We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f8396 commit c3573dfCopy full SHA for c3573df
deploy/helm/kubernetes/templates/apiserver-deployment.yaml
@@ -80,9 +80,9 @@ spec:
80
- --tls-cert-file=/pki/apiserver-server/tls.crt
81
- --tls-private-key-file=/pki/apiserver-server/tls.key
82
- --egress-selector-config-file=/etc/kubernetes/egress-selector-configuration.yaml
83
- {{- if .Values.konnectivityAgent.enabled }}{{"\n"}}
84
- - --service-account-issuer=api
+ - --service-account-issuer=https://kubernetes.default.svc.cluster.local
85
- --service-account-signing-key-file=/pki/sa/tls.key
+ {{- if .Values.konnectivityAgent.enabled }}{{"\n"}}
86
- --api-audiences=system:konnectivity-server
87
{{- end }}
88
{{- if not (hasKey .Values.apiServer.extraArgs "advertise-address") }}
0 commit comments