Update root-set.yaml
This commit is contained in:
@@ -5,20 +5,25 @@ metadata:
|
|||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
generators:
|
generators:
|
||||||
- directory:
|
- list:
|
||||||
path: argocd-apps
|
elements:
|
||||||
|
- name: example-app
|
||||||
|
namespace: example-app
|
||||||
|
path: argocd-apps/example-app
|
||||||
|
- name: json-echo
|
||||||
|
namespace: json-echo
|
||||||
|
path: argocd-apps/json-echo
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{path.basename}}'
|
name: '{{name}}'
|
||||||
spec:
|
spec:
|
||||||
project: default
|
|
||||||
source:
|
source:
|
||||||
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
|
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: '{{path}}'
|
path: '{{path}}'
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: '{{path.basename}}'
|
namespace: '{{namespace}}'
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
|
|||||||
Reference in New Issue
Block a user