BlockerBugs: Use volumeMounts for secrets
This commit is contained in:
parent
a6495f1eae
commit
8cd673e318
2 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue