Main manifest
This commit is contained in:
parent
9cb310e8f1
commit
c7c734476e
24
main-manifest.yaml
Normal file
24
main-manifest.yaml
Normal file
@ -0,0 +1,24 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: argocd-jsonnet-app-diff-demo
|
||||
namespace: argo
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
|
||||
source:
|
||||
repoURL: https://gitea.scubbo.org/scubbo/argocd-jsonnet-app-diff-demo.git
|
||||
targetRevision: HEAD
|
||||
path: app-of-apps
|
||||
|
||||
destination:
|
||||
server: "https://kubernetes.default.svc"
|
||||
namespace: default
|
||||
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
Loading…
x
Reference in New Issue
Block a user