Skip to content

Commit 5ccfdf7

Browse files
authored
remove hard-coded ns (#1820)
Remove hard-coded ns in Rancher rolebinding
1 parent bd86db8 commit 5ccfdf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/trident-operator/templates/clusterrolebinding-rancher.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ roleRef:
1010
subjects:
1111
- kind: ServiceAccount
1212
name: trident-operator
13-
namespace: trident
13+
namespace: {{ .Release.Namespace }}
1414
{{- end }}

0 commit comments

Comments
 (0)