feat: create app of apps

This commit is contained in:
Nicholas Morey 2023-01-13 11:43:07 -05:00
parent 377d0b3c99
commit ab1e2fe14c
1 changed files with 4 additions and 11 deletions

View File

@ -1,7 +1,7 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kube-green
name: apps
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
@ -9,19 +9,12 @@ spec:
project: default
source:
repoURL: 'https://github.com/morey-tech/argocd-example-apps'
path: kube-green/manifests
path: kube-green/apps
targetRevision: kube-green
destination:
namespace: default
namespace: argocd
name: kind-kube-green
syncPolicy:
automated: {}
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
ignoreDifferences:
- group: apps
kind: Deployment
namespace: sleepme
jsonPointers:
- /spec/replicas
- ServerSideApply=true