diff --git a/charts/cryostat/templates/deployment.yaml b/charts/cryostat/templates/deployment.yaml index b862cad0..a77e971b 100644 --- a/charts/cryostat/templates/deployment.yaml +++ b/charts/cryostat/templates/deployment.yaml @@ -270,7 +270,7 @@ spec: {{- if .Values.authentication.basicAuth.enabled }} - name: {{ .Release.Name }}-htpasswd secret: - defaultMode: 420 + defaultMode: 0440 secretName: {{ .Values.authentication.basicAuth.secretName }} {{- end }} {{- if .Values.authentication.openshift.enabled }}