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
policies: [] # List of policies to enforce on the misconfiguration webhook. If not set, by default AC will get policies from Wiz based on projects.
154
-
153
+
policies: [] # List of policies to enforce on the misconfiguration webhook. If not set, by default AC will get policies from Wiz based on projects.
154
+
155
155
# Deprecated, don't use!
156
156
errorEnforcementMethod: ""# Deprecated, use `webhook.errorEnforcementMethod` instead
157
157
policyEnforcementMethod: ""# Deprecated, use `webhook.policyEnforcementMethod` instead
158
158
clusterExternalId: ""# Deprecated, use `webhook.clusterExternalId` instead
159
159
secret: # Deprecated, use `webhook.secret` instead
160
-
annotations: {}
160
+
annotations: {}
161
161
162
162
imageIntegrityWebhook:
163
-
enabled: false
163
+
enabled: false
164
164
policies: [] # List of policies to enforce on the image integrity webhook. If not set, by default AC will get policies from Wiz based on projects.
165
165
166
166
# Override to run admission controller on specific resources.
@@ -199,7 +199,7 @@ imageIntegrityWebhook:
199
199
200
200
# This webhooks sends the audit logs to Wiz, and should never block any requests.
201
201
kubernetesAuditLogsWebhook:
202
-
enabled: false
202
+
enabled: false
203
203
204
204
nameOverride: ""# Override the audit logs deployment name.
205
205
replicaCount: 2
@@ -316,18 +316,18 @@ debugWebhook:
316
316
# The following values are used for image integrity webhook.
317
317
imageRegistryClient:
318
318
# Should a Role and RoleBinding be created by the chart or not.
319
-
createRole: true
319
+
createRole: true
320
320
# Secret names for container image registry as described in https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry
321
-
pullSecrets: []
321
+
pullSecrets: []
322
322
# Namespace of the pull secrets.
323
-
secretsNamespace: "default"
324
-
# List of credential helpers to use, Can be one of amazon, azure, google, github.
323
+
secretsNamespace: "default"
324
+
# List of credential helpers to use, Can be one of amazon, azure, google, github.
325
325
credentialHelpers: []
326
326
# The interval of the background reloader cache for image pull secrets. The cache is used to avoid querying the cluster for the same image pull secrets multiple times.
327
-
cacheImagePullSecretsInterval: 5m
327
+
cacheImagePullSecretsInterval: 5m
328
328
# Ignore missing secret error on startup, the admission controller will continue to run without the secret value and tries to fetch the secret every cacheImagePullSecretsInterval.
329
329
# Useful when the secret is not available at the time of startup.
330
-
ignoreMissingSecretError: false
330
+
ignoreMissingSecretError: false
331
331
332
332
kubernetesApiServer:
333
333
cacheNamespaceLabelsTTL: 10m# The interval of the background reloder cache for namespace labels. The cache is used to avoid querying cluster for the same namespace multiple times.
@@ -422,7 +422,7 @@ probes: # Probes config for the container
422
422
initialDelaySeconds: 5
423
423
timeoutSeconds: 300# 5 minutes
424
424
failureThreshold: 30# 10s(default) * 30 attempts = 300 seconds for it to finish
425
-
425
+
426
426
readinessProbe:
427
427
initialDelaySeconds: 5
428
428
periodSeconds: 5
@@ -485,11 +485,11 @@ global:
485
485
486
486
# Wiz Service Account used to authenticate to Wiz.
487
487
wizApiToken:
488
-
clientId: ""
488
+
clientId: ""
489
489
clientToken: ""
490
490
clientEndpoint: ""# Defaults to commercial.
491
491
# If `global.isFedRamp` is `true`, this field gets automatically set to `fedramp`.
492
-
492
+
493
493
secret:
494
494
# The name of the Wiz Service Account Secret.
495
495
name: ""
@@ -498,7 +498,7 @@ global:
498
498
httpProxyConfiguration:
499
499
enabled: false # Should the components use a proxy.
0 commit comments