Skip to content

Commit

Permalink
fix: missing volume mount for existingSecret (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiansterk committed Feb 28, 2024
1 parent 3c38f3b commit a9f3da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deployment.worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- name: config-volume
mountPath: /n8n-config
{{- end }}
{{- if .Values.secret }}
{{- if or (.Values.secret) (.Values.existingSecret) }}
- name: secret-volume
mountPath: /n8n-secret
{{- end }}
Expand Down

0 comments on commit a9f3da0

Please sign in to comment.