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

7 lines
187 B
YAML
Raw Normal View History

apiVersion: v1
kind: ServiceAccount
metadata:
namespace: {{.Values.operatorNamespace}}
2020-09-11 14:06:38 +00:00
name: istio-operator{{- if not (eq .Values.revision "") }}-{{ .Values.revision }}{{- end }}
---