Update app of apps to specify namespace and name

This commit is contained in:
Thomas Philipona 2021-11-17 16:25:29 +01:00
parent 36afe945a4
commit 5a9c5c7bd7
No known key found for this signature in database
GPG Key ID: 91413DA18EA2CFBC
3 changed files with 9 additions and 9 deletions

View File

@ -1,16 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps-1
name: <username>-app-of-apps-1
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: default
namespace: <username>
name: in-cluster
project: default
source:
path: app-of-apps/app1
repoURL: https://github.com/acend/argocd-training
repoURL: https://github.com/acend/argocd-training-examples.git
targetRevision: HEAD

View File

@ -1,16 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps-2
name: <username>-app-of-apps-2
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: default
namespace: <username>
name: in-cluster
project: default
source:
path: app-of-apps/app2
repoURL: https://github.com/acend/argocd-training
repoURL: https://github.com/acend/argocd-training-examples.git
targetRevision: HEAD

View File

@ -1,16 +1,16 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: app-of-apps-3
name: <username>-app-of-apps-3
namespace: argocd
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
destination:
namespace: default
namespace: <username>
name: in-cluster
project: default
source:
path: app-of-apps/app3
repoURL: https://github.com/acend/argocd-training
repoURL: https://github.com/acend/argocd-training-examples.git
targetRevision: HEAD