diff --git a/k8s/system/local-path-storage/application.yaml b/k8s/system/local-path-storage/application.yaml new file mode 100644 index 00000000..e52f0c5d --- /dev/null +++ b/k8s/system/local-path-storage/application.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: local-path-pstorage + namespace: argocd +spec: + project: system + source: + repoURL: "https://github.com/rancher/local-path-provisioner" + path: deploy/chart + targetRevision: v26.0.x + chart: local-path-provisioner + helm: + valuesObject: + destination: + namespace: local-path-storage + name: in-cluster + syncPolicy: + syncOptions: + - ServerSideApply=true \ No newline at end of file diff --git a/k8s/system/local-path-storage/kustomization.yaml b/k8s/system/local-path-storage/kustomization.yaml new file mode 100644 index 00000000..1f43d0d7 --- /dev/null +++ b/k8s/system/local-path-storage/kustomization.yaml @@ -0,0 +1,4 @@ +apiVersion: kustomize.config.k8s.io/v1beta1 +kind: Kustomization +resources: +- application.yaml