fix nfs provisioner to have a repoURL (whoops!)

This commit is contained in:
James Andariese 2023-04-26 19:19:41 -05:00
parent c269c5a665
commit bf179af733

View File

@ -11,7 +11,7 @@ spec:
project: default project: default
source: source:
chart: "nfs-subdir-external-provisioner" chart: "nfs-subdir-external-provisioner"
repoURL: "" repoURL: "https://kubernetes-sigs.github.io/nfs-subdir-external-provisioner"
targetRevision: "4.0.18" targetRevision: "4.0.18"
helm: helm:
values: |- values: |-