Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Nov 22, 2024
1 parent 2fd0963 commit 7fc1761
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ spec:
- --etcd-servers={{ .Values.etcd.main.endpoints }}
- --kubelet-preferred-address-types=InternalIP,Hostname,ExternalIP
{{ if .Values.authenticationConfig }}
- --authentication-config=/src/kubernetes/authentication-config/config.yaml
- --authentication-config=/srv/kubernetes/authentication-config/config.yaml
{{ end }}
{{ if and .Values.oidc.issuerURL .Values.oidc.clientID }}
- --oidc-issuer-url={{ .Values.oidc.issuerURL }}
Expand Down

0 comments on commit 7fc1761

Please sign in to comment.