Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion charts/shield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- name: mavimo
email: marcovito.moscaritolo@sysdig.com
type: application
version: 1.12.7
version: 1.12.8
appVersion: "1.0.0"
2 changes: 1 addition & 1 deletion charts/shield/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ The following table lists the configurable parameters of the `shield` chart and
| host.priority_class.value | The value of the priority class | <code>10</code> |
| host.priority_class.labels | The labels for the priority class | <code>{}</code> |
| host.priority_class.annotations | The annotations for the priority class | <code>{}</code> |
| host.privileged | Sets the host shield to run in privileged mode | <code>true</code> |
| host.privileged | Sets the host shield to run in privileged mode. Disabling requires the use of the Universal eBPF driver. Must be enabled for Posture and Vulnerability Management functionalities. | <code>true</code> |
| host.rbac.create | Create the RBAC resources for the host shield | <code>true</code> |
| host.rbac.service_account_name | The name of the service account for the host shield (if create is set to false, this will be used as the name of the existing service account) | <code></code> |
| host.rbac.labels | The labels for the service account | <code>{}</code> |
Expand Down
2 changes: 1 addition & 1 deletion charts/shield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ host:
labels: {}
# The annotations for the priority class
annotations: {}
# Sets the host shield to run in privileged mode
# Sets the host shield to run in privileged mode. Disabling requires the use of the Universal eBPF driver. Must be enabled for Posture and Vulnerability Management functionalities.
privileged: true
rbac:
# Create the RBAC resources for the host shield
Expand Down
Loading