@kubeasy-dev/kubeasy-cli
Version:
Command Line to interact with kubeasy.dev and challenges
26 lines (25 loc) • 516 B
YAML
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kyverno
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "0"
spec:
destination:
name: in-cluster
namespace: kyverno
project: default
source:
repoURL: https://kyverno.github.io/kyverno
targetRevision: 3.6.1
chart: kyverno
helm:
releaseName: kyverno
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true