diff --git a/helm/trident-operator/templates/clusterrolebinding-rancher.yaml b/helm/trident-operator/templates/clusterrolebinding-rancher.yaml index 165a51b70..b70fcff99 100644 --- a/helm/trident-operator/templates/clusterrolebinding-rancher.yaml +++ b/helm/trident-operator/templates/clusterrolebinding-rancher.yaml @@ -10,5 +10,5 @@ roleRef: subjects: - kind: ServiceAccount name: trident-operator - namespace: trident + namespace: {{ .Release.Namespace }} {{- end }}