We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a12292 commit 719cf2aCopy full SHA for 719cf2a
chart/templates/backend-deployment.yaml
@@ -63,7 +63,7 @@ spec:
63
- name: encryption-keys
64
secret:
65
secretName: {{ include "secrets.backend.name" . }}
66
- optional: false
+ optional: {{ not .Values.general.deploy_secrets.enabled }}
67
items:
68
# Only select items that start with encryption-key-
69
{{- include "encryption.key.items" . | nindent 18 }}
0 commit comments