UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Draft: 1749-automountServiceAccounts-istio: moving values from package to bb...

Closed Chris Harden requested to merge 50-disable-defalt-automountsa-II into master
3 files
+ 107
8
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -597,6 +597,26 @@ policies:
{{- end }}
{{- end }}
update-automountserviceaccounttokens:
enabled: true
namespaces:
- namespace: istio-system
serviceAccounts:
- istiod
- istio-reader-service-account
- public-ingressgateway-service-account
- passthrough-ingressgateway-service-account
pods:
- istiod-*
- passthrough-ingressgateway-*
- public-ingressgateway-*
- namespace: istio-operator
serviceAccounts:
- istio-operator
pods:
- istio-operator-*
{{- end }}
{{- /* This function merges defaults in lists from above into overlays */ -}}
Loading