Update value target path for ssh.

This commit is contained in:
Joseph Hanson 2024-07-09 08:43:05 -05:00
parent 70097a58db
commit 8100eec3e0
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -16,11 +16,11 @@ spec:
kind: HelmRepository
namespace: flux-system
valuesFrom:
- targetPath: driver.config.driver.sshConnection.username
- targetPath: driver.config.sshConnection.username
kind: Secret
name: democratic-csi-secret
valuesKey: CSI_USERNAME
- targetPath: driver.config.driver.sshConnection.privateKey
- targetPath: driver.config.sshConnection.privateKey
kind: Secret
name: democratic-csi-secret
valuesKey: CSI_PRIVATEKEY
@ -29,7 +29,6 @@ spec:
# should be globally unique for a given cluster
name: "org.democratic-csi.nfs"
fsGroupPolicy: File
storageClasses:
- name: zfs-generic-nfs-csi
defaultClass: false