UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 573a1b9e authored by Abimbola Abiola's avatar Abimbola Abiola Committed by Michael Martin
Browse files

Resolve "Enable driftDetection for Security & Compliance packages"

parent 49ecedfa
No related branches found
No related tags found
1 merge request!4398Resolve "Enable driftDetection for Security & Compliance packages"
......@@ -8,6 +8,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/anchore/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
releaseName: anchore
targetNamespace: anchore
chart:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/cluster-auditor/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: cluster-auditor
chart:
spec:
......
......@@ -14,6 +14,8 @@ metadata:
spec:
# Use a non-persistent client to allow for Gatekeeper CRD *magic*
persistentClient: false
driftDetection:
mode: enabled
targetNamespace: gatekeeper-system
chart:
spec:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kyverno-policies/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: disabled
targetNamespace: kyverno
chart:
spec:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kyverno-reporter/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: kyverno-reporter
chart:
spec:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/kyverno/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: kyverno
chart:
spec:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/neuvector/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: neuvector
chart:
spec:
......
......@@ -12,6 +12,8 @@ metadata:
annotations:
checksum/bigbang-values: {{ include (print $.Template.BasePath "/twistlock/values.yaml") . | sha256sum }}
spec:
driftDetection:
mode: enabled
targetNamespace: twistlock
chart:
spec:
......
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