mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 13:32:30 +08:00
BlockerBugs: Use volumeMounts for secrets
This commit is contained in:
@@ -88,6 +88,7 @@ spec:
|
||||
{% else %}
|
||||
value: "1"
|
||||
{% endif %}
|
||||
volumeMounts:
|
||||
- name: blockerbugs-secret-volume
|
||||
mountPath: /opt/app-root/secret/
|
||||
readOnly: true
|
||||
|
||||
@@ -107,6 +107,7 @@ spec:
|
||||
{% else %}
|
||||
value: "1"
|
||||
{% endif %}
|
||||
volumeMounts:
|
||||
- name: blockerbugs-secret-volume
|
||||
mountPath: /opt/app-root/secret/
|
||||
readOnly: true
|
||||
|
||||
Reference in New Issue
Block a user