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/sourcegraph/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,6 @@ In addition to the documented values, all services also support the following va
184
184
| nodeExporter.containerSecurityContext | object |`{"allowPrivilegeEscalation":false,"readOnlyRootFilesystem":true,"runAsGroup":65534,"runAsUser":65534}`| Security context for the `node-exporter` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container)|
| nodeExporter.image.defaultTag | string |`"179720_2022-10-25_4d925e87cfb8@sha256:2d9dcdf0b2226f0c3d550a64d2667710265462350a3ba9ebe37d0302bc64af0f"`| Docker image tag for the `node-exporter` image |
190
189
| nodeExporter.image.name | string |`"node-exporter"`| Docker image name for the `node-exporter` image |
- it: should have host Network and PID enabled by default
146
+
- it: should have hostPID enabled by default
147
147
set:
148
148
nodeExporter:
149
-
# (these settings are unrelated to host network/pid defaults, they're just for ensuring that PodSecurityPolicy gets rendered so that we can check them in same test)
149
+
# (these settings are unrelated to host pid defaults, they're just for ensuring that PodSecurityPolicy gets rendered so that we can check them in same test)
- it: should propagate host PID/network settings to both the daemonset and podSecurityPolicy
164
+
- it: should propagate host PID settings to both the daemonset and podSecurityPolicy
173
165
set:
174
166
nodeExporter:
175
-
hostNetwork: false
176
167
hostPID: false
177
-
# (these settings are unrelated to host network/pid defaults, they're just for ensuring that PodSecurityPolicy gets rendered so that we can check them in same test)
168
+
# (these settings are unrelated to host pid defaults, they're just for ensuring that PodSecurityPolicy gets rendered so that we can check them in same test)
0 commit comments