Skip to content

Commit

Permalink
remove hard-coded ns
Browse files Browse the repository at this point in the history
Remove hard-coded ns in Rancher rolebinding
  • Loading branch information
jharrod committed Nov 20, 2024
1 parent bd86db8 commit f1b17be
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 f1b17be

Please sign in to comment.