Skip to content

Commit

Permalink
Expand 'KSPM AC' to 'KSPM Admission Controller'
Browse files Browse the repository at this point in the history
  • Loading branch information
airadier committed Aug 9, 2023
1 parent 2d44617 commit 79ce9b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/admission-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The following table lists the configurable parameters of the `admission-controll
| clusterName | **required** <br/> The cluster Name which appear on Secure UI | <code>""</code> |
| namespace | The namespace to install components. An optional field. If not specified, it will default to the release namespace. <br/>IMPORTANT: Ensure that a namespace is already exist, otherwise installation will fail. | <code>""</code> |
| sysdig.secureAPIToken | **required** <br/> The API Token to access Sysdig Secure. <br/><br/>If neither this value nor `sysdig.existingSecureAPITokenSecret` is configured, you are required to provide the deployment with the `SECURE_API_TOKEN` (and `AUTH_BEARER_TOKEN` if the scanner is enabled) environment variable. Overrides the `global.sysdig.secureAPIToken` parameter. | <code>""</code> |
| sysdig.accessKey | **required for KSPM AC** <br/>Access Key to access Sysdig Secure. <br/><br/>Either this value or `sysdig.existingAccessKeySecret` is required Overrides `global.sysdig.accessKey` | <code>""</code> |
| sysdig.accessKey | **required for KSPM Admission Controller** <br/>Access Key to access Sysdig Secure. <br/><br/>Either this value or `sysdig.existingAccessKeySecret` is required Overrides `global.sysdig.accessKey` | <code>""</code> |
| sysdig.existingSecureAPITokenSecret | **required** <br/>TheeExisting secret with API Token to access Sysdig Secure. <br/>Alternatively, specify the name of a Kubernetes secret containing `SECURE_API_TOKEN` and `AUTH_BEARER_TOKEN` entry if you're also enabling scanner. <br/>If neither this value nor `sysdig.secureAPIToken` is configured, you are required to provide the deployment with the `SECURE_API_TOKEN` (and `AUTH_BEARER_TOKEN` if the scanner is enabled) environment variable. | <code>""</code> |
| sysdig.apiEndpoint | Sysdig URL.<br/> - The default for the us-east region is secure.sysdig.com.<br/> - For us-west use us2.app.sysdig.com<br/> - For European Union, use eu1.app.sysdig.com<br/> - For APAC, use app.au1.sysdig.com<br/> - For US4 (our west Google cloud region) use app.us4.sysdig.com<br/> - For on-prem, your own enpoints<br/> | <code>""</code> |
| features.k8sAuditDetections | Enable Kubernetes Audit detections with Falco rules. | <code>true</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/admission-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ sysdig:
# Overrides the `global.sysdig.secureAPIToken` parameter.
secureAPIToken: ""

# **required for KSPM AC**
# **required for KSPM Admission Controller**
# <br/>Access Key to access Sysdig Secure.
# <br/><br/>Either this value or `sysdig.existingAccessKeySecret` is required
# Overrides `global.sysdig.accessKey`
Expand Down

0 comments on commit 79ce9b1

Please sign in to comment.