10
|
| host.priority_class.labels | The labels for the priority class | {}
|
| host.priority_class.annotations | The annotations for the priority class | {}
|
-| host.privileged | Sets the host shield to run in privileged mode | true
|
+| 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. | true
|
| host.rbac.create | Create the RBAC resources for the host shield | true
|
| 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) |
|
| host.rbac.labels | The labels for the service account | {}
|
diff --git a/charts/shield/values.yaml b/charts/shield/values.yaml
index e70e82858..67833b63d 100644
--- a/charts/shield/values.yaml
+++ b/charts/shield/values.yaml
@@ -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