Skip to content

Commit

Permalink
Fix secretRef
Browse files Browse the repository at this point in the history
  • Loading branch information
marchermans committed Nov 14, 2024
1 parent 3d146de commit 2c1c630
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/webdav/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ metadata:
{{- end }}
{{- if .Values.ingress.auth.enabled }}
nginx.ingress.kubernetes.io/auth-type: basic
nginx.ingress.kubernetes.io/auth-secret: {{ .Values.ingress.auth.secret.name }}
nginx.ingress.kubernetes.io/auth-secret: {{ .Values.ingress.auth.secretRef.name }}
nginx.ingress.kubernetes.io/auth-realm: "Authentication Required"
{{- end }}

Expand Down

0 comments on commit 2c1c630

Please sign in to comment.