infrastructure/k8s/system/local-path-storage/application.yaml

20 lines
No EOL
451 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: local-path-storage
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