UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e77761ed authored by Christopher Kyle Galloway's avatar Christopher Kyle Galloway :monkey: Committed by Michael Martin
Browse files

Add drift detection to service mesh team tools

parent 7ce2b248
1 merge request!4306Add drift detection to service mesh team tools
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/authservice/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: authservice
chart:
spec:
......
......@@ -13,6 +13,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/haproxy/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: authservice
chart:
spec:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/istio-operator/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: istio-operator
chart:
spec:
......@@ -54,7 +56,7 @@ spec:
- name: {{ .Release.Name }}-istio-operator-values
kind: Secret
valuesKey: "overlays"
{{- if or .Values.gatekeeper.enabled .Values.kyvernoPolicies.enabled }}
dependsOn:
{{- if .Values.gatekeeper.enabled }}
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/istio/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: istio-system
chart:
spec:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kiali/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: kiali
chart:
spec:
......@@ -39,7 +41,7 @@ spec:
interval: 5m
{{- toYaml $fluxSettingsKiali | nindent 2 }}
{{- if .Values.kiali.postRenderers }}
postRenderers:
{{ toYaml .Values.kiali.postRenderers | nindent 4 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment