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

View File

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

View File

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