Skip to content

Commit

Permalink
add namespaceOverride to ClusterRoleBinding
Browse files Browse the repository at this point in the history
  • Loading branch information
RuStyC0der committed Jun 6, 2024
1 parent e1d2bd0 commit bb99048
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
subjects:
- kind: ServiceAccount
name: {{ .Values.node.serviceAccount.name }}
namespace: {{ .Release.Namespace }}
namespace: {{ .Values.node.namespaceOverride | default .Release.Namespace }}
roleRef:
kind: ClusterRole
name: ebs-csi-node-role
Expand Down

0 comments on commit bb99048

Please sign in to comment.