UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

deleted

Closed Greg M requested to merge istio-sandbox into master
Compare and Show latest version
13 files
+ 41
55
Compare changes
  • Side-by-side
  • Inline
Files
13
@@ -4,7 +4,7 @@ apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: istio-base
namespace: {{ .Release.Namespace }}
namespace: istio-system
labels:
app.kubernetes.io/name: istio-base
app.kubernetes.io/component: "core"
@@ -12,7 +12,7 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/istio-base/values.yaml") . | sha256sum }}
spec:
targetNamespace: istio-base
targetNamespace: istio-system
chart:
spec:
{{- if eq .Values.istioBase.sourceType "git" }}
@@ -42,18 +42,18 @@ spec:
{{- if .Values.istioBase.postRenderers }}
postRenderers:
{{ toYaml .Values.istioBase.postRenderers | nindent 4 }}
{{- end }}
valuesFrom:
- name: {{ .Release.Name }}-istio-base-values
kind: Secret
valuesKey: "common"
- name: {{ .Release.Name }}-istio-base-values
kind: Secret
valuesKey: "defaults"
- name: {{ .Release.Name }}-istio-base-values
kind: Secret
valuesKey: "overlays"
# {{ toYaml .Values.istioBase.postRenderers | nindent 4 }}
# {{- end }}
# valuesFrom:
# - name: {{ .Release.Name }}-istio-base-values
# kind: Secret
# valuesKey: "common"
# - name: {{ .Release.Name }}-istio-base-values
# kind: Secret
# valuesKey: "defaults"
# - name: {{ .Release.Name }}-istio-base-values
# kind: Secret
# valuesKey: "overlays"
{{- if or .Values.gatekeeper.enabled .Values.kyvernoPolicies.enabled }}
dependsOn:
Loading