Skip to content

Commit daf64fb

Browse files
docs: update
1 parent 4048680 commit daf64fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ The following table lists the configurable parameters of the `shield` chart and
303303
| gke_autopilot.allowlist_version | The Allowlist version label applied to host-shield workloads. Must match an AllowlistSynchronizer the cluster knows about. (Replaces the deprecated top-level "gke_autopilot_allowlist", which is still honored and takes precedence when set.) | <code>sysdig-agent-v1.1.4</code> |
304304
| gke_autopilot.allowlist_waiter.enabled | Enable the waiter Job | <code>false</code> |
305305
| gke_autopilot.allowlist_waiter.timeout | Maximum time the Job will block on the AllowlistSynchronizer reaching Ready | <code>120s</code> |
306-
| gke_autopilot.allowlist_waiter.active_deadline_seconds | Maximum seconds the waiter Pod is allowed to run before Kubernetes terminates it. Job-level guard against pod hangs before the inner kubectl wait timeout fires (image-pull stalls, scheduler delays). Should be greater than `timeout` to leave headroom for pod startup. | <code>300</code> |
306+
| gke_autopilot.allowlist_waiter.active_deadline_seconds | Maximum seconds the waiter Pod is allowed to run before Kubernetes terminates it. Acts as a Job-level guard against the pod hanging before the inner `kubectl wait` timeout fires (image-pull stalls, scheduler delays, admission webhook hangs). Should be greater than `timeout` to leave headroom for pod startup. | <code>300</code> |
307307
| gke_autopilot.allowlist_waiter.service_account_name | Override the name of the waiter ServiceAccount (defaults to <host fullname>-allowlist-waiter) | <code></code> |
308308
| gke_autopilot.allowlist_waiter.rbac.create | Create the RBAC resources for the waiter Job. Acts as the default for the sub-toggles below; set any sub-toggle explicitly to override it. | <code>true</code> |
309309
| gke_autopilot.allowlist_waiter.rbac.service_account.create | Override `rbac.create` for the waiter ServiceAccount only. | <code></code> |

0 commit comments

Comments
 (0)