correct secret name
This commit is contained in:
parent
dfb33c1399
commit
5fb3729750
1 changed files with 2 additions and 2 deletions
|
@ -18,11 +18,11 @@ spec:
|
||||||
valuesFrom:
|
valuesFrom:
|
||||||
- targetPath: driver.config.driver.sshConnection.username
|
- targetPath: driver.config.driver.sshConnection.username
|
||||||
kind: Secret
|
kind: Secret
|
||||||
name: zfs-nfs-csi-username
|
name: democratic-csi
|
||||||
valuesKey: CSI_USERNAME
|
valuesKey: CSI_USERNAME
|
||||||
- targetPath: driver.config.driver.sshConnection.privateKey
|
- targetPath: driver.config.driver.sshConnection.privateKey
|
||||||
kind: Secret
|
kind: Secret
|
||||||
name: zfs-nfs-csi-private-key
|
name: democratic-csi
|
||||||
valuesKey: CSI_PRIVATEKEY
|
valuesKey: CSI_PRIVATEKEY
|
||||||
values:
|
values:
|
||||||
csiDriver:
|
csiDriver:
|
||||||
|
|
Loading…
Reference in a new issue