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 719cf2a commit 5d1d456Copy full SHA for 5d1d456
chart/templates/backend-deployment.yaml
@@ -63,7 +63,7 @@ spec:
63
- name: encryption-keys
64
secret:
65
secretName: {{ include "secrets.backend.name" . }}
66
- optional: {{ not .Values.general.deploy_secrets.enabled }}
+ optional: true
67
items:
68
# Only select items that start with encryption-key-
69
{{- include "encryption.key.items" . | nindent 18 }}
0 commit comments