UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f5328ee7 authored by Michael Martin's avatar Michael Martin
Browse files

Merge branch '2024-enable-driftdetection-for-security-compliance-packages-3' into 'master'

Resolve "Enable driftDetection for Security & Compliance packages"

See merge request !4398
parents 0404dc1d 573a1b9e
No related branches found
No related tags found
1 merge request!4398Resolve "Enable driftDetection for Security & Compliance packages"
Pipeline #3336811 passed
......@@ -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