Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ The following table lists the configurable parameters of the `shield` chart and
| sysdig_endpoint.collector.port | The port of the Sysdig Secure collector (required only when region is custom) | <code></code> |
| sysdig_endpoint.access_key | The access key for the Sysdig Secure instance | <code></code> |
| sysdig_endpoint.access_key_existing_secret | The access key for the Sysdig Secure instance (existing secret) | <code></code> |
| sysdig_endpoint.secure_api_token | The API token for the Sysdig Secure instance | <code></code> |
| sysdig_endpoint.secure_api_token_existing_secret | The API token for the Sysdig Secure instance (existing secret) | <code></code> |
| sysdig_endpoint.secure_api_token | [No longer required for SaaS Users](https://docs.sysdig.com/en/release-notes/sysdig-cluster-shield-release-notes/2024-archive/#feature-enhancements-7) - The API token for the Sysdig Secure instance. For On-prem Kubernetes Audit features only. | <code></code> |
| sysdig_endpoint.secure_api_token_existing_secret | [No longer required for SaaS Users](https://docs.sysdig.com/en/release-notes/sysdig-cluster-shield-release-notes/2024-archive/#feature-enhancements-7) - The API token for the Sysdig Secure instance (existing secret). For On-prem Kubernetes Audit features only. | <code></code> |
| features.admission_control.enabled | Enable the admission control feature | <code>false</code> |
| features.admission_control.failure_policy | The policy to apply when a request is denied | <code>Ignore</code> |
| features.admission_control.dry_run | Enable the dry run mode | <code>true</code> |
Expand Down