Skip to content

Commit

Permalink
remove hard-coded ns (#1820)
Browse files Browse the repository at this point in the history
Remove hard-coded ns in Rancher rolebinding
  • Loading branch information
jharrod authored Nov 20, 2024
1 parent bd86db8 commit 5ccfdf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ roleRef:
subjects:
- kind: ServiceAccount
name: trident-operator
namespace: trident
namespace: {{ .Release.Namespace }}
{{- end }}

0 comments on commit 5ccfdf7

Please sign in to comment.