kubezero/charts/kubezero-istio/charts/istio-operator/templates/service_account.yaml

7 lines
116 B
YAML

apiVersion: v1
kind: ServiceAccount
metadata:
namespace: {{.Values.operatorNamespace}}
name: istio-operator
---