File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ The following table lists the configurable parameters of the latest NFS CSI Driv
4343| ` image.nodeDriverRegistrar.repository ` | csi-node-driver-registrar docker image | k8s.gcr.io/sig-storage/csi-node-driver-registrar |
4444| ` image.nodeDriverRegistrar.tag ` | csi-node-driver-registrar docker image tag | v2.0.1 |
4545| ` image.nodeDriverRegistrar.pullPolicy ` | csi-node-driver-registrar image pull policy | IfNotPresent |
46+ | ` imagePullSecrets ` | Specify docker-registry secret names as an array | [ ] (does not add image pull secrets to deployed pods) |
4647| ` serviceAccount.create ` | whether create service account of csi-nfs-controller | true |
4748| ` rbac.create ` | whether create rbac of csi-nfs-controller | true |
4849| ` controller.replicas ` | the replicas of csi-nfs-controller | 2 |
Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ controller:
2727node :
2828 logLevel : 5
2929
30- # # Reference to one or more secrets to be used when pulling images
31- # # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
32- # #
33- imagePullSecrets : []
34- # - name: "image-pull-secret"
30+ # # Reference to one or more secrets to be used when pulling images
31+ # # ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
32+ # #
33+ imagePullSecrets : []
34+ # - name: "image-pull-secret"
You can’t perform that action at this time.
0 commit comments