UNPKG

@kubeasy-dev/kubeasy-cli

Version:

Command Line to interact with kubeasy.dev and challenges

26 lines (25 loc) 579 B
apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: local-path-provisioner namespace: argocd annotations: argocd.argoproj.io/sync-wave: "0" spec: destination: name: in-cluster namespace: local-path-storage project: default source: repoURL: https://github.com/rancher/local-path-provisioner.git targetRevision: v0.0.32 path: deploy directory: include: local-path-storage.yaml syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true - ServerSideApply=true