this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(platform): create istio-system explicitly

Fixes bootstrapping from scratch:

Gateway/istio-system/gateway not found: namespaces "istio-system" not found

+6
+1
Makefile
··· 13 13 14 14 bootstrap: 15 15 # TODO maybe a single bootstrap command? 16 + # TODO needs to wait for namespaces e.g. vault 16 17 toolbox secrets \ 17 18 --settings settings.yaml \ 18 19 --hosts-file infra/_modules/nixos/hosts.json \
+5
platform/staging/istio.yaml
··· 7 7 interval: 1h 8 8 url: https://istio-release.storage.googleapis.com/charts 9 9 --- 10 + apiVersion: v1 11 + kind: Namespace 12 + metadata: 13 + name: istio-system 14 + --- 10 15 apiVersion: helm.toolkit.fluxcd.io/v2 11 16 kind: HelmRelease 12 17 metadata: