UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit de7ec893 authored by Jacob Kershaw's avatar Jacob Kershaw Committed by Andrew Shoell
Browse files

Set DriftDetection to disabled in flux settings

parent b6b0b9c9
No related branches found
No related tags found
1 merge request!4435Set DriftDetection to disabled in flux settings
Showing
with 2 additions and 38 deletions
......@@ -8,8 +8,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/anchore/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
releaseName: anchore
targetNamespace: anchore
chart:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/authservice/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: authservice
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/cluster-auditor/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: cluster-auditor
chart:
spec:
......
......@@ -14,8 +14,6 @@ metadata:
spec:
# Use a non-persistent client to allow for Gatekeeper CRD *magic*
persistentClient: false
driftDetection:
mode: enabled
targetNamespace: gatekeeper-system
chart:
spec:
......
......@@ -13,8 +13,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/haproxy/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: authservice
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/istio-operator/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: istio-operator
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/istio/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: istio-system
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kiali/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: kiali
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kyverno-policies/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: disabled
targetNamespace: kyverno
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kyverno-reporter/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: kyverno-reporter
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kyverno/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: kyverno
chart:
spec:
......
......@@ -71,7 +71,4 @@ spec:
- name: ek
namespace: {{ $.Release.Namespace }}
{{- end }}
driftDetection:
mode: disabled
{{- end }}
......@@ -74,7 +74,4 @@ spec:
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
driftDetection:
mode: enabled
{{- end }}
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/neuvector/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: neuvector
chart:
spec:
......
......@@ -12,8 +12,6 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/twistlock/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: twistlock
chart:
spec:
......
......@@ -69,7 +69,4 @@ spec:
namespace: {{ $.Release.Namespace }}
{{- end }}
{{- end }}
driftDetection:
mode: enabled
{{- end }}
......@@ -69,7 +69,4 @@ spec:
namespace: {{ .Release.Namespace }}
{{- end }}
{{- end }}
driftDetection:
mode: enabled
{{- end }}
......@@ -134,6 +134,8 @@ flux:
rollback:
timeout: 10m
cleanupOnFail: true
driftDetection:
mode: disabled
# -- Global NetworkPolicies settings
networkPolicies:
......
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