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/shield/README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ The following table lists the configurable parameters of the `shield` chart and
172
172
| host.volume_mounts | The custom volume mounts for the host shield | <code>[]</code> |
173
173
| cluster.image.registry | The registry where the cluster shield image is stored | <code>quay.io</code> |
174
174
| cluster.image.repository | The repository where the cluster shield image is stored | <code>sysdig/cluster-shield</code> |
175
-
| cluster.image.tag | The tag for the cluster shield image | <code>1.9.0</code> |
175
+
| cluster.image.tag | The tag for the cluster shield image | <code>1.9.1</code> |
176
176
| cluster.image.pull_policy | The pull policy for the cluster shield image | <code>IfNotPresent</code> |
177
177
| cluster.image.pull_secrets | The pull secrets for the cluster shield image | <code>[]</code> |
178
178
| cluster.run_mode | The mode in which the cluster shield should run (Accepted Values: single-process, multi-process) | <code>multi-process</code> |
@@ -185,6 +185,9 @@ The following table lists the configurable parameters of the `shield` chart and
185
185
| cluster.rbac.service_account_name | The name of the service account for the cluster shield (if create is set to false, this will be used as the name of the existing service account) | <code></code> |
186
186
| cluster.rbac.labels | The labels for the service account | <code>{}</code> |
187
187
| cluster.rbac.annotations | The annotations for the service account | <code>{}</code> |
188
+
| cluster.service.type | The Cluster Shield service type | <code>ClusterIP</code> |
189
+
| cluster.service.labels | Additional service labels | <code>{}</code> |
190
+
| cluster.service.annotations | Additional service annotations | <code>{}</code> |
188
191
| cluster.security_context | The default security context of the cluster shield pods | <code>{}</code> |
189
192
| cluster.validatingwebhookconfiguration.create | Create the validatingwebhookconfiguration resources for the cluster shield | <code>true</code> |
190
193
| cluster.tls_certificates.create | Create the TLS certificates for the cluster shield | <code>true</code> |
0 commit comments