apiVersion: argoproj.io/v1alpha1 kind: Application metadata: annotations: argocd.argoproj.io/sync-wave: "3" name: scriptscribe namespace: argocd spec: destination: namespace: scriptscribe server: https://kubernetes.default.svc project: default source: path: k8s repoURL: https://github.com/whyredfire/scriptscribe targetRevision: main syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true