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

View File

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

View File

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