Skip to content

Commit

Permalink
update manifests
Browse files Browse the repository at this point in the history
Signed-off-by: Rita Zhang <rita.z.zhang@gmail.com>
  • Loading branch information
ritazh committed Nov 8, 2021
1 parent 4e90a7d commit 77acf31
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/build/helmify/static/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enableDeleteOperations: false
enableExternalData: false
mutatingWebhookFailurePolicy: Ignore
mutatingWebhookTimeoutSeconds: 3
auditChunkSize: 0
auditChunkSize: 500
logLevel: INFO
logDenies: false
emitAdmissionEvents: false
Expand Down
1 change: 0 additions & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ spec:
- args:
- --operation=audit
- --operation=status
- --audit-chunk-size=500
- --logtostderr
command:
- /manager
Expand Down
1 change: 0 additions & 1 deletion deploy/experimental/gatekeeper-mutation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,6 @@ spec:
- --operation=audit
- --operation=status
- --operation=mutation-status
- --audit-chunk-size=500
- --logtostderr
command:
- /manager
Expand Down
2 changes: 1 addition & 1 deletion manifest_staging/charts/gatekeeper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ enableDeleteOperations: false
enableExternalData: false
mutatingWebhookFailurePolicy: Ignore
mutatingWebhookTimeoutSeconds: 3
auditChunkSize: 0
auditChunkSize: 500
logLevel: INFO
logDenies: false
emitAdmissionEvents: false
Expand Down
1 change: 0 additions & 1 deletion manifest_staging/deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2312,7 +2312,6 @@ spec:
- args:
- --operation=audit
- --operation=status
- --audit-chunk-size=500
- --logtostderr
command:
- /manager
Expand Down

0 comments on commit 77acf31

Please sign in to comment.