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
|
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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user