Merge pull request #499 from fungaren/csi-node-sa
feat: helm chart override node service account name
This commit is contained in:
commit
d96d46ccfe
Binary file not shown.
@ -24,7 +24,7 @@ spec:
|
|||||||
{{- end }}
|
{{- end }}
|
||||||
hostNetwork: true # original nfs connection would be broken without hostNetwork setting
|
hostNetwork: true # original nfs connection would be broken without hostNetwork setting
|
||||||
dnsPolicy: {{ .Values.controller.dnsPolicy }}
|
dnsPolicy: {{ .Values.controller.dnsPolicy }}
|
||||||
serviceAccountName: csi-nfs-node-sa
|
serviceAccountName: {{ .Values.serviceAccount.node }}
|
||||||
priorityClassName: {{ .Values.node.priorityClassName }}
|
priorityClassName: {{ .Values.node.priorityClassName }}
|
||||||
securityContext:
|
securityContext:
|
||||||
seccompProfile:
|
seccompProfile:
|
||||||
|
|||||||
@ -28,6 +28,7 @@ image:
|
|||||||
serviceAccount:
|
serviceAccount:
|
||||||
create: true # When true, service accounts will be created for you. Set to false if you want to use your own.
|
create: true # When true, service accounts will be created for you. Set to false if you want to use your own.
|
||||||
controller: csi-nfs-controller-sa # Name of Service Account to be created or used
|
controller: csi-nfs-controller-sa # Name of Service Account to be created or used
|
||||||
|
node: csi-nfs-node-sa # Name of Service Account to be created or used
|
||||||
|
|
||||||
rbac:
|
rbac:
|
||||||
create: true
|
create: true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user