Update root-set.yaml
This commit is contained in:
@@ -1,33 +1,34 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: ApplicationSet
|
kind: ApplicationSet
|
||||||
metadata:
|
metadata:
|
||||||
name: apps-manager
|
name: my-applications
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
generators:
|
generators:
|
||||||
- list:
|
- git:
|
||||||
elements:
|
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
|
||||||
- name: example-app
|
revision: "main"
|
||||||
namespace: example-app
|
directories:
|
||||||
path: argocd-apps/example-app
|
- path: apps/example-app
|
||||||
- name: json-echo
|
- path: apps/json-echo
|
||||||
namespace: json-echo
|
|
||||||
path: argocd-apps/json-echo
|
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
name: '{{name}}'
|
name: "{{path.basename}}"
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: "https://git.konsthol.eu/konsthol/argocdapps"
|
repoURL: "http://nexus-repo-nexus-repository-manager.default.svc.cluster.local:8081/repository/my-helm-repo/"
|
||||||
targetRevision: main
|
targetRevision: "*"
|
||||||
path: '{{path}}'
|
chart: "{{path.basename}}"
|
||||||
|
helm:
|
||||||
|
valueFiles:
|
||||||
|
- values.yaml
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: '{{namespace}}'
|
namespace: "{{path.basename}}"
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
Reference in New Issue
Block a user