Update app of apps to specify namespace and name
This commit is contained in:
parent
36afe945a4
commit
5a9c5c7bd7
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user