Skip to content

Commit 51fbd0d

Browse files
mavimoaroberts87
andauthored
docs(shield): add more information on when privileged can be disabled. (#2327)
Co-authored-by: Adam Roberts <[email protected]>
1 parent 616c815 commit 51fbd0d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
1515
type: application
16-
version: 1.12.7
16+
version: 1.12.8
1717
appVersion: "1.0.0"

charts/shield/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ The following table lists the configurable parameters of the `shield` chart and
165165
| host.priority_class.value | The value of the priority class | <code>10</code> |
166166
| host.priority_class.labels | The labels for the priority class | <code>{}</code> |
167167
| 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> |
169169
| host.rbac.create | Create the RBAC resources for the host shield | <code>true</code> |
170170
| 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> |
171171
| host.rbac.labels | The labels for the service account | <code>{}</code> |

charts/shield/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ host:
270270
labels: {}
271271
# The annotations for the priority class
272272
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.
274274
privileged: true
275275
rbac:
276276
# Create the RBAC resources for the host shield

0 commit comments

Comments
 (0)