Skip to content

Commit 40cea43

Browse files
committed
1 parent 21a7df9 commit 40cea43

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

components/kyverno/development/kyverno-helm-values.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ fullnameOverride: konflux-kyverno
33
namespaceOverride: konflux-kyverno
44
config:
55
updateRequestThreshold: 2000
6+
preserve: false
67
admissionController:
78
replicas: 1
89
initContainer:
@@ -37,7 +38,7 @@ backgroundController:
3738
drop:
3839
- "ALL"
3940
cleanupController:
40-
enabled: false
41+
enabledd: false
4142
resources:
4243
limits:
4344
cpu: 500m
@@ -49,7 +50,7 @@ cleanupController:
4950
drop:
5051
- "ALL"
5152
reportsController:
52-
enabled: false
53+
enabledd: false
5354
resources:
5455
limits:
5556
cpu: 500m
@@ -61,6 +62,7 @@ reportsController:
6162
drop:
6263
- "ALL"
6364
policyReportsCleanup:
65+
enabled: false
6466
securityContext:
6567
allowPrivilegeEscalation: false
6668
readOnlyRootFilesystem: true
@@ -71,7 +73,7 @@ policyReportsCleanup:
7173
drop:
7274
- "ALL"
7375
webhooksCleanup:
74-
enable: false
76+
enabled: false
7577
securityContext:
7678
allowPrivilegeEscalation: false
7779
readOnlyRootFilesystem: true

components/kyverno/staging/stone-stg-rh01/kyverno-helm-values.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
fullnameOverride: konflux-kyverno
22
namespaceOverride: konflux-kyverno
3+
config:
4+
preserve: false
35
admissionController:
46
replicas: 3
57
initContainer:
@@ -66,6 +68,7 @@ reportsController:
6668
drop:
6769
- "ALL"
6870
policyReportsCleanup:
71+
enabled: false
6972
image:
7073
registry: mirror.gcr.io
7174
securityContext:
@@ -78,7 +81,7 @@ policyReportsCleanup:
7881
drop:
7982
- "ALL"
8083
webhooksCleanup:
81-
enable: false
84+
enabled: false
8285
image:
8386
registry: mirror.gcr.io
8487
securityContext:

0 commit comments

Comments
 (0)