Skip to content

Commit

Permalink
fix permissions
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 9f864d4 commit 7c40e1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ spec:
- name: env-config
mountPath: /usr/share/nginx/html/env.sh
subPath: env.sh
defaultMode: 0777
- name: env-config
mountPath: /usr/share/nginx/html/env-config.js
subPath: env-config.js
Expand All @@ -170,6 +169,7 @@ spec:
- name: env-config
configMap:
name: env-config
defaultMode: 0777
{{- if and .Values.persistence.enabled .Values.persistence.existingClaim }}
- name: {{ template "visual-regression-tracker.fullname" . }}
persistentVolumeClaim:
Expand Down

0 comments on commit 7c40e1b

Please sign in to comment.