Init Config

This commit is contained in:
Nikolai Rodionov 2023-02-11 21:14:17 +01:00
parent b29965ba7d
commit 0b13e312ae
3 changed files with 21 additions and 9 deletions

View File

@ -8,10 +8,15 @@ spec:
preserveResourcesOnDeletion: true preserveResourcesOnDeletion: true
generators: generators:
- git: - git:
repoURL: git@git.badhouseplants.net:allanger/helmfile-vs-argo.git repoURL: https://git.badhouseplants.net/allanger/helmfile-vs-argo.git
revision: argo-aplicationset revision: argo-applicationset-main
files: files:
- path: "cluster1/*" - path: "cluster1/*"
- git:
repoURL: https://git.badhouseplants.net/allanger/helmfile-vs-argo.git
revision: argo-applicationset-main
files:
- path: "common/*"
template: template:
metadata: metadata:
name: "{{ argo.application }}" name: "{{ argo.application }}"
@ -19,7 +24,6 @@ spec:
spec: spec:
project: "{{ argo.project }}" project: "{{ argo.project }}"
source: source:
path: "{{ argo.path }}"
helm: helm:
valueFiles: valueFiles:
- values.yaml - values.yaml

View File

@ -8,10 +8,15 @@ spec:
preserveResourcesOnDeletion: true preserveResourcesOnDeletion: true
generators: generators:
- git: - git:
repoURL: git@git.badhouseplants.net:allanger/helmfile-vs-argo.git repoURL: https://git.badhouseplants.net/allanger/helmfile-vs-argo.git
revision: argo-aplicationset revision: argo-applicationset-main
files: files:
- path: "cluster2/*" - path: "cluster2/*"
- git:
repoURL: https://git.badhouseplants.net/allanger/helmfile-vs-argo.git
revision: argo-applicationset-main
files:
- path: "common/*"
template: template:
metadata: metadata:
name: "{{ argo.application }}" name: "{{ argo.application }}"
@ -19,7 +24,6 @@ spec:
spec: spec:
project: "{{ argo.project }}" project: "{{ argo.project }}"
source: source:
path: "{{ argo.path }}"
helm: helm:
valueFiles: valueFiles:
- values.yaml - values.yaml

View File

@ -8,10 +8,15 @@ spec:
preserveResourcesOnDeletion: true preserveResourcesOnDeletion: true
generators: generators:
- git: - git:
repoURL: git@git.badhouseplants.net:allanger/helmfile-vs-argo.git repoURL: https://git.badhouseplants.net/allanger/helmfile-vs-argo.git
revision: argo-aplicationset revision: argo-applicationset-main
files: files:
- path: "cluster_test/*" - path: "cluster_test/*"
- git:
repoURL: https://git.badhouseplants.net/allanger/helmfile-vs-argo.git
revision: argo-applicationset-main
files:
- path: "common/*"
template: template:
metadata: metadata:
name: "{{ argo.application }}" name: "{{ argo.application }}"
@ -19,7 +24,6 @@ spec:
spec: spec:
project: "{{ argo.project }}" project: "{{ argo.project }}"
source: source:
path: "{{ argo.path }}"
helm: helm:
valueFiles: valueFiles:
- values.yaml - values.yaml