We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
true
1 parent ae1b082 commit c377d73Copy full SHA for c377d73
charts/latest/csi-driver-nfs/templates/csi-nfs-controller.yaml
@@ -174,6 +174,7 @@ spec:
174
allowPrivilegeEscalation: true
175
imagePullPolicy: {{ .Values.image.nfs.pullPolicy }}
176
args:
177
+ - 'true' # needed to distinguish controller from node
178
- "--v={{ .Values.controller.logLevel }}"
179
- "--nodeid=$(NODE_ID)"
180
- "--endpoint=$(CSI_ENDPOINT)"
deploy/csi-nfs-controller.yaml
@@ -157,6 +157,7 @@ spec:
157
158
imagePullPolicy: IfNotPresent
159
160
+ - "true"
161
- "-v=5"
162
163
0 commit comments