You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| upgradeCRDs.enabled | Upgrade CRDs using pre-install/pre-upgrade hooks |`true`|
125
125
| upgradeCRDs.extraRules | Extra rules for the gatekeeper-admin-upgrade-crds ClusterRole |`[]`|
126
126
| upgradeCRDs.priorityClassName | Priority class name for gatekeeper-update-crds-hook Job | `` |
@@ -134,8 +134,9 @@ information._
134
134
| auditFromCache | Take the roster of resources to audit from the audit cache |`false`|
135
135
| auditChunkSize | Chunk size for listing cluster resources for audit (alpha feature) |`500`|
136
136
| auditMatchKindOnly | Only check resources of the kinds specified in all constraints defined in the cluster. |`false`|
137
-
|disableValidatingWebhook| Disable the validating webhook|`false`|
137
+
|disableAudit| Disable audit controller |`false`|
138
138
| disableMutation | Disable mutation |`false`|
139
+
| disableValidatingWebhook | Disable the validating webhook |`false`|
139
140
| validatingWebhookName | The name of the `ValidatingWebhookConfiguration`|`gatekeeper-validating-webhook-configuration`|
140
141
| validatingWebhookTimeoutSeconds | The timeout for the validating webhook in seconds |`3`|
141
142
| validatingWebhookFailurePolicy | The failurePolicy for the validating webhook |`Ignore`|
@@ -147,10 +148,10 @@ information._
147
148
| validatingWebhookURL | Custom URL for Kubernetes API server to use to reach the validating webhook pod. If not set, the default of connecting via the kubernetes service endpoint is used. |`null`|
148
149
| enableDeleteOperations | Enable validating webhook for delete operations. Does not work with `validatingWebhookCustomRules`|`false`|
149
150
| enableExternalData | Enable external data |`true`|
| enableTLSHealthcheck | Enable probing webhook API with certificate stored in certDir |`false`|
152
153
| maxServingThreads | Limit the number of concurrent calls the validation backend made by the validation webhook. -1 limits this value to GOMAXPROCS. Configuring this value may lower max RAM usage and limit CPU throttling, Tuning it can optimize serving capacity. |`-1`|
153
-
| metricsBackends | Metrics exporters to use. Valid exporters are: `prometheus`, `stackdriver`, and `opentelemetry` starting from Gatekeeper 3.15 |`["prometheus"]`|
154
+
| metricsBackends | Metrics exporters to use. Valid exporters are: `prometheus`, `stackdriver`, and `opentelemetry` starting from Gatekeeper 3.15 |`["prometheus"]`|
154
155
| mutatingWebhookName | The name of the `MutatingWebhookConfiguration`|`gatekeeper-mutating-webhook-configuration`|
155
156
| mutatingWebhookFailurePolicy | The failurePolicy for the mutating webhook |`Ignore`|
156
157
| mutatingWebhookReinvocationPolicy | The reinvocationPolicy for the mutating webhook |`Never`|
@@ -218,7 +219,7 @@ information._
218
219
| rbac.create | Enable the creation of RBAC resources |`true`|
219
220
| externalCertInjection.enabled | Enable the injection of an external certificate. This disables automatic certificate generation and rotation |`false`|
220
221
| externalCertInjection.secretName | Name of secret for injected certificate |`gatekeeper-webhook-server-cert`|
221
-
| externaldataProviderResponseCacheTTL | TTL for the external data provider response cache. Specify the duration in 'h', 'm', or 's' for hours, minutes, or seconds respectively. |`3m`|
222
+
| externaldataProviderResponseCacheTTL | TTL for the external data provider response cache. Specify the duration in 'h', 'm', or 's' for hours, minutes, or seconds respectively. |`3m`|
0 commit comments