Skip to content

Commit 3ce7439

Browse files
committed
chore: switch to layered helmfiles for istio
Basically the same migration as in c7eb072 helmfile was giving us warnings because the environments where not seperate yaml documents. Also the recommendation how to structure you helmfile changed. There is a new layering featurte that enabled you to share common parts (like environments ;))
1 parent 9c36212 commit 3ce7439

File tree

7 files changed

+15
-18
lines changed

7 files changed

+15
-18
lines changed

infrastructure/istio/helmfile.d/00-namespaces.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
environments:
2-
default:
3-
cni:
1+
bases:
2+
- environments.yaml
43

54
repositories:
65
- name: incubator

infrastructure/istio/helmfile.d/05-istio-base.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
environments:
2-
default:
3-
cni:
1+
bases:
2+
- environments.yaml
43

54
repositories:
65
- name: istio

infrastructure/istio/helmfile.d/06-istio-cni.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
environments:
2-
default:
3-
cni:
1+
bases:
2+
- environments.yaml
43

54
repositories:
65
- name: istio

infrastructure/istio/helmfile.d/10-istiod.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
environments:
2-
default:
3-
cni:
1+
bases:
2+
- environments.yaml
43

54
repositories:
65
- name: istio

infrastructure/istio/helmfile.d/11-istio-ingress.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
environments:
2-
default:
3-
cni:
1+
bases:
2+
- environments.yaml
43

54
repositories:
65
- name: istio

infrastructure/istio/helmfile.d/20-addons.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
environments:
2-
default:
3-
cni:
1+
bases:
2+
- environments.yaml
43

54
repositories:
65
- name: prometheus-community
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
environments:
2+
default:
3+
cni:

0 commit comments

Comments
 (0)