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
Copy file name to clipboardExpand all lines: charts/harbor-scanner-sysdig-secure/README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,13 +85,14 @@ Sysdig Secure chart and their default values:
85
85
|`nodeSelector`| Specifies the nodeSelector for scheduling. |`{}`|
86
86
|`tolerations`| Specifies the tolerations for scheduling. |`[]`|
87
87
|`affinity`| Enables affinity rules |`{}`|
88
-
|`sysdig.secure.apiToken`| Specifies the API Token to access Sysdig Secure. This value is **mandatory**. |``|
88
+
|`sysdig.secure.apiToken`| Specifies the API Token to access Sysdig Secure. This value is **required** if the `sysdig.secure.existingSecureAPITokenSecret` is not specified. |``|
89
89
|`sysdig.secure.existingSecureAPITokenSecret`| Specifies the existing secret name with API Token to access Sysdig Secure <br/>Alternatively, you can specify the name of a Kubernetes secret containing `sysdig_secure_api_token` entry. <br/><br/>If both are not configured, you must provide the deployment with the `SECURE_API_TOKEN` environment variables. |``|
90
90
|`sysdig.secure.url`| Specifies the Sysdig Secure endpoint. |`https://secure.sysdig.com`|
91
91
|`sysdig.secure.verifySSL`| Verifies whether SSL certificate when connecting to Sysdig Secure endpoint. |`true`|
92
-
|`proxy.httpProxy`| Specifies the URL of the proxy for HTTP connections. Leave empty if not using proxy. It sets the `http_proxy` environment variable. |``|
92
+
|`proxy.httpProxy`| Specifies the URL of the proxy for HTTP connections. Leave empty if not using proxy. It sets the `http_proxy` environment variable. |``|
93
93
|`proxy.httpsProxy`| Specifies the URL of the proxy for HTTPS connections. Leave empty if not using proxy. It sets the `https_proxy` environment variable. |``|
94
94
|`proxy.noProxy`| Specifies the comma-separated list of domain extensions proxy should not be used for. Includes the internal IP of the kube API server. |``|
95
-
|`cliScanning.enabled`| Enables the CLI Scanning feature. |`true`|
96
-
|`cliScanning.image`| Specifies the pullstring for the CLI Scanner Image. |`alpine:latest`|
95
+
|`cliScanning.enabled`| Enables the CLI Scanning feature. |`true`|
96
+
|`cliScanning.image`| Specifies the pullstring for the CLI Scanner Image. |`alpine:latest`|
97
+
|`cliScanning.existingSecureAPITokenSecret`| Specifies the existing secret name with API Token to access Sysdig Secure |`{{ include "harbor-scanner-sysdig-secure.fullname" . }}`|
97
98
|`asyncMode.enabled`| Enables the Async-Mode feature. |`false`|
0 commit comments