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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,7 +165,7 @@ The following table lists the configurable parameters of the `shield` chart and
165
165
| host.priority_class.value | The value of the priority class | <code>10</code> |
166
166
| host.priority_class.labels | The labels for the priority class | <code>{}</code> |
167
167
| host.priority_class.annotations | The annotations for the priority class | <code>{}</code> |
168
-
| host.privileged | Sets the host shield to run in privileged mode | <code>true</code> |
168
+
| 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> |
169
169
| host.rbac.create | Create the RBAC resources for the host shield | <code>true</code> |
170
170
| 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> |
171
171
| host.rbac.labels | The labels for the service account | <code>{}</code> |
Copy file name to clipboardExpand all lines: charts/shield/values.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -270,7 +270,7 @@ host:
270
270
labels: {}
271
271
# The annotations for the priority class
272
272
annotations: {}
273
-
# Sets the host shield to run in privileged mode
273
+
# 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.
0 commit comments