--- charts-original/templates/tigera-operator/02-serviceaccount-tigera-operator.yaml +++ charts/templates/tigera-operator/02-serviceaccount-tigera-operator.yaml @@ -2,7 +2,7 @@ kind: ServiceAccount metadata: name: tigera-operator - namespace: {{.Release.Namespace}} + namespace: tigera-operator labels: {{- include "tigera-operator.labels" (dict "context" .) | nindent 4 }} imagePullSecrets: {{- include "tigera-operator.imagePullSecrets" . | nindent 2 }}