diff --git a/charts/capi-operator/templates/deployment.yaml b/charts/capi-operator/templates/deployment.yaml index c48f2ea..d4919f9 100644 --- a/charts/capi-operator/templates/deployment.yaml +++ b/charts/capi-operator/templates/deployment.yaml @@ -2,7 +2,7 @@ apiVersion: apps/v1 kind: Deployment metadata: name: {{ template "capi-operator.fullname" . }} - namespace: '{{ .Release.Namespace }}' + namespace: capi-operator-system labels: app: {{ template "capi-operator.name" . }} app.kubernetes.io/name: {{ template "capi-operator.name" . }}