diff --git a/chart/templates/backend-deployment.yaml b/chart/templates/backend-deployment.yaml index 2cbfbd8..3ffc2dc 100644 --- a/chart/templates/backend-deployment.yaml +++ b/chart/templates/backend-deployment.yaml @@ -63,7 +63,7 @@ spec: - name: encryption-keys secret: secretName: {{ include "secrets.backend.name" . }} - optional: {{ not .Values.general.deploy_secrets.enabled }} + optional: true items: # Only select items that start with encryption-key- {{- include "encryption.key.items" . | nindent 18 }}