Skip to content

Commit

Permalink
we need volumes for bc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlonGluz committed Sep 22, 2024
1 parent f9f8710 commit d574505
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions common/unified-chart/templates/web/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ spec:
imagePullSecrets:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- if .Values.externalSecret.enabled }}
volumes:
- name: secret-volume
secret:
secretName: {{ include "secret.name" . }}
{{- end }}
containers:
- name: {{ include "container.name" . }}
image: "{{ required ".Values.image.repository must be set" .Values.image.repository }}:{{ include "appVersion" . }}"
Expand Down

0 comments on commit d574505

Please sign in to comment.