Skip to content

Commit

Permalink
chore: switch to layered helmfiles for istio
Browse files Browse the repository at this point in the history
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 ;))
  • Loading branch information
cc-ju committed Jan 5, 2024
1 parent 9c36212 commit 3ce7439
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 18 deletions.
5 changes: 2 additions & 3 deletions infrastructure/istio/helmfile.d/00-namespaces.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environments:
default:
cni:
bases:
- environments.yaml

repositories:
- name: incubator
Expand Down
5 changes: 2 additions & 3 deletions infrastructure/istio/helmfile.d/05-istio-base.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environments:
default:
cni:
bases:
- environments.yaml

repositories:
- name: istio
Expand Down
5 changes: 2 additions & 3 deletions infrastructure/istio/helmfile.d/06-istio-cni.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environments:
default:
cni:
bases:
- environments.yaml

repositories:
- name: istio
Expand Down
5 changes: 2 additions & 3 deletions infrastructure/istio/helmfile.d/10-istiod.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environments:
default:
cni:
bases:
- environments.yaml

repositories:
- name: istio
Expand Down
5 changes: 2 additions & 3 deletions infrastructure/istio/helmfile.d/11-istio-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environments:
default:
cni:
bases:
- environments.yaml

repositories:
- name: istio
Expand Down
5 changes: 2 additions & 3 deletions infrastructure/istio/helmfile.d/20-addons.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
environments:
default:
cni:
bases:
- environments.yaml

repositories:
- name: prometheus-community
Expand Down
3 changes: 3 additions & 0 deletions infrastructure/istio/helmfile.d/environments.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
environments:
default:
cni:

0 comments on commit 3ce7439

Please sign in to comment.