this repo has no description
0
fork

Configure Feed

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

feat: create namespace explicitly

+30 -5
-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 - --- 15 10 apiVersion: helm.toolkit.fluxcd.io/v2 16 11 kind: HelmRelease 17 12 metadata:
+30
platform/staging/namespaces.yaml
··· 1 + apiVersion: helm.toolkit.fluxcd.io/v2 2 + kind: HelmRelease 3 + metadata: 4 + name: platform-namespaces 5 + namespace: flux-system 6 + spec: 7 + interval: 30m 8 + releaseName: platform-namespaces 9 + targetNamespace: flux-system 10 + chart: 11 + spec: 12 + chart: app-template 13 + version: 4.6.0 14 + sourceRef: 15 + kind: HelmRepository 16 + name: app-template 17 + values: 18 + rawResources: 19 + cert-manager: 20 + apiVersion: v1 21 + kind: Namespace 22 + forceRename: cert-manager 23 + dex: 24 + apiVersion: v1 25 + kind: Namespace 26 + forceRename: dex 27 + istio-system: 28 + apiVersion: v1 29 + kind: Namespace 30 + forceRename: istio-system