mirror of https://git.rancher.io/charts
(dev-v2.6-archive) Merge pull request #588 from PennyScissors/update-rancher-gatekeeper-readme
Update default value of `auditInterval` in README
(partially cherry picked from commit 4f583e6f46
)
pull/1680/head
parent
4cc56c42e4
commit
1ddd9888dd
|
@ -19,6 +19,18 @@ diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/Cha
|
|||
+ catalog.cattle.io/experimental: true
|
||||
+ catalog.cattle.io/namespace: cattle-gatekeeper-system
|
||||
+ catalog.cattle.io/release-name: rancher-gatekeeper
|
||||
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/README.md packages/rancher-gatekeeper/charts/README.md
|
||||
--- packages/rancher-gatekeeper/charts-original/README.md
|
||||
+++ packages/rancher-gatekeeper/charts/README.md
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
| Parameter | Description | Default |
|
||||
|:--------------------------|:---------------------------------------------------------------------------------|:--------------------------------------------------------------------------|
|
||||
-| auditInterval | The frequency with which audit is run | `60` |
|
||||
+| auditInterval | The frequency with which audit is run | `300` |
|
||||
| constraintViolationsLimit | The maximum # of audit violations reported on a constraint | `20` |
|
||||
| auditFromCache | Take the roster of resources to audit from the OPA cache | `false` |
|
||||
| auditChunkSize | Chunk size for listing cluster resources for audit (alpha feature) | `0` |
|
||||
diff -x '*.tgz' -x '*.lock' -uNr packages/rancher-gatekeeper/charts-original/crds/config-customresourcedefinition.yaml packages/rancher-gatekeeper/charts/crds/config-customresourcedefinition.yaml
|
||||
--- packages/rancher-gatekeeper/charts-original/crds/config-customresourcedefinition.yaml
|
||||
+++ packages/rancher-gatekeeper/charts/crds/config-customresourcedefinition.yaml
|
||||
|
|
Loading…
Reference in New Issue