Browse Source

enable apps of apps

main
Nicolas Massé 3 years ago
parent
commit
07b63def37
  1. 19
      root.yaml
  2. 0
      root/simple-app.yaml

19
root.yaml

@ -0,0 +1,19 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: root
namespace: openshift-gitops
spec:
destination:
name: ''
namespace: openshift-gitops
server: 'https://kubernetes.default.svc'
source:
path: root
repoURL: 'https://github.com/nmasse-itix/ArgoCD-Examples.git'
targetRevision: HEAD
project: default
syncPolicy:
automated:
prune: false
selfHeal: false

0
simple-app.yaml → root/simple-app.yaml

Loading…
Cancel
Save