Skip to content

Commit

Permalink
fix volume
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <andre.bauer@staffbase.com>
  • Loading branch information
monotek committed Dec 4, 2023
1 parent 2587f85 commit 2b34c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/visual-regression-tracker/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,11 @@ spec:
volumeMounts:
- name: {{ template "visual-regression-tracker.fullname" . }}
mountPath: /usr/share/nginx/html/static/imageUploads
- name: env-config
- name: env-sh
mountPath: /usr/share/nginx/html/env.sh
subPath: env.sh
defaultMode: 0777
- name: env-config
- name: env-config-js
mountPath: /usr/share/nginx/html/env-config.js
subPath: env-config.js
{{- with .Values.nodeSelector }}
Expand All @@ -167,7 +167,7 @@ spec:
{{- toYaml .Values.topologySpreadConstraints | nindent 8 }}
{{- end }}
volumes:
env-config:
- name: env-config
configMap:
name: env-config
{{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
Expand Down

0 comments on commit 2b34c14

Please sign in to comment.