Skip to content

Commit 649fabe

Browse files
committed
fix requestheader-allowed-names
1 parent ec34e49 commit 649fabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/helm/kubernetes/templates/apiserver-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ spec:
6868
- --kubelet-preferred-address-types=InternalIP,ExternalIP,Hostname
6969
- --proxy-client-cert-file=/pki/front-proxy-client/tls.crt
7070
- --proxy-client-key-file=/pki/front-proxy-client/tls.key
71-
- --requestheader-allowed-names=front-proxy-client
71+
- --requestheader-allowed-names={{ $fullName }}-pki-front-proxy-client
7272
- --requestheader-client-ca-file=/pki/front-proxy-client/ca.crt
7373
- --requestheader-extra-headers-prefix=X-Remote-Extra-
7474
- --requestheader-group-headers=X-Remote-Group

0 commit comments

Comments
 (0)