mirror of https://git.rancher.io/charts
36 lines
806 B
Diff
36 lines
806 B
Diff
--- charts-original/values.yaml
|
|
+++ charts/values.yaml
|
|
@@ -1,8 +1,7 @@
|
|
replicas: 3
|
|
-auditInterval: 60
|
|
+auditInterval: 300
|
|
constraintViolationsLimit: 20
|
|
auditFromCache: false
|
|
-createNamespace: true
|
|
disableValidatingWebhook: false
|
|
validatingWebhookTimeoutSeconds: 3
|
|
enableDeleteOperations: false
|
|
@@ -11,8 +10,8 @@
|
|
emitAdmissionEvents: false
|
|
emitAuditEvents: false
|
|
image:
|
|
- repository: openpolicyagent/gatekeeper
|
|
- release: v3.3.0
|
|
+ repository: rancher/mirrored-openpolicyagent-gatekeeper
|
|
+ tag: v3.3.0
|
|
pullPolicy: IfNotPresent
|
|
pullSecrets: []
|
|
podAnnotations:
|
|
@@ -53,5 +52,9 @@
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
-customResourceDefinitions:
|
|
- create: true
|
|
+global:
|
|
+ cattle:
|
|
+ systemDefaultRegistry: ""
|
|
+ kubectl:
|
|
+ repository: rancher/kubectl
|
|
+ tag: v1.20.2
|