@kubeasy-dev/kubeasy-cli
Version:
Command Line to interact with kubeasy.dev and challenges
24 lines (23 loc) • 498 B
YAML
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: argocd
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
destination:
name: in-cluster
namespace: argocd
project: default
source:
repoURL: https://github.com/argoproj/argo-cd.git
targetRevision: v3.2.2
path: manifests/core-install
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true