Merge pull request #10712 from dntosas/fix-docs-for-service-account-volume

Docs: Fix ServiceAccountVolume proposed configuration for Istio
This commit is contained in:
Kubernetes Prow Robot 2021-02-02 09:58:28 -08:00 committed by GitHub
commit b7f1f69a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,4 @@ Some services, such as Istio and Envoy's Secret Discovery Service (SDS), take ad
- api - api
- istio-ca - istio-ca
serviceAccountIssuer: kubernetes.default.svc serviceAccountIssuer: kubernetes.default.svc
serviceAccountKeyFile:
- /srv/kubernetes/server.key
serviceAccountSigningKeyFile: /srv/kubernetes/server.key
``` ```