Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit 4a7d0c6

Browse files
authored
Merge pull request #171 from allanhung/fix_secret_config
fix_secret_config
2 parents d7bef63 + 87dbc78 commit 4a7d0c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/charts/kube-oidc-proxy/templates/secret_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Secret
33
metadata:
44
name: {{ include "kube-oidc-proxy.fullname" . }}-config
55
labels:
6-
{{ include "kube-oidc-proxy.labels" . | indent 4 }}
6+
{{ include "kube-oidc-proxy.labels" . | indent 4 }}
77
type: Opaque
88
data:
99
{{- if .Values.oidc.caPEM }}

0 commit comments

Comments
 (0)