From 5ccfdf7238399a6b8ccf3db4d9941324bf03da32 Mon Sep 17 00:00:00 2001 From: jharrod Date: Tue, 19 Nov 2024 17:36:52 -0700 Subject: [PATCH] remove hard-coded ns (#1820) Remove hard-coded ns in Rancher rolebinding --- helm/trident-operator/templates/clusterrolebinding-rancher.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}