BlockerBugs: Use volumeMounts for secrets

This commit is contained in:
František Zatloukal 2024-04-15 11:16:02 +02:00
parent a6495f1eae
commit 8cd673e318
2 changed files with 2 additions and 0 deletions

View file

@ -88,6 +88,7 @@ spec:
{% else %}
value: "1"
{% endif %}
volumeMounts:
- name: blockerbugs-secret-volume
mountPath: /opt/app-root/secret/
readOnly: true

View file

@ -107,6 +107,7 @@ spec:
{% else %}
value: "1"
{% endif %}
volumeMounts:
- name: blockerbugs-secret-volume
mountPath: /opt/app-root/secret/
readOnly: true