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
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-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