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 %}
|
{% else %}
|
||||||
value: "1"
|
value: "1"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
volumeMounts:
|
||||||
- name: blockerbugs-secret-volume
|
- name: blockerbugs-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
|
@ -107,6 +107,7 @@ spec:
|
||||||
{% else %}
|
{% else %}
|
||||||
value: "1"
|
value: "1"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
volumeMounts:
|
||||||
- name: blockerbugs-secret-volume
|
- name: blockerbugs-secret-volume
|
||||||
mountPath: /opt/app-root/secret/
|
mountPath: /opt/app-root/secret/
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue