diff --git a/k8s/system/local-path-storage/application.yaml b/k8s/system/local-path-storage/application.yaml index 7a0b1c11..7bbdf21f 100644 --- a/k8s/system/local-path-storage/application.yaml +++ b/k8s/system/local-path-storage/application.yaml @@ -6,11 +6,11 @@ metadata: spec: project: system source: - repoURL: "https://github.com/rancher/local-path-provisioner" - path: deploy/chart/local-path-provisioner - targetRevision: v26.0.x - helm: - valuesObject: + repoURL: "https://github.com/gensokyo-zone/infrastructure" + path: k8s/system/local-path-provisioner/manifests + targetRevision: main + helm: + valuesObject: destination: namespace: local-path-storage name: in-cluster diff --git a/k8s/system/local-path-storage/kustomization.yaml b/k8s/system/local-path-storage/kustomization.yaml index 1f43d0d7..0b082ba2 100644 --- a/k8s/system/local-path-storage/kustomization.yaml +++ b/k8s/system/local-path-storage/kustomization.yaml @@ -1,4 +1,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: -- application.yaml +- application.yaml \ No newline at end of file diff --git a/k8s/system/local-path-storage/manifests/kustomization.yaml b/k8s/system/local-path-storage/manifests/kustomization.yaml new file mode 100644 index 00000000..976bbae1 --- /dev/null +++ b/k8s/system/local-path-storage/manifests/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml?ref=v0.0.26 \ No newline at end of file