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
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,6 @@ In addition to the documented values, all services also support the following va
46
46
| cadvisor.image.defaultTag | string |`"6.0.0@sha256:48082a2822a727e22c556ae2c3bae5f5bf4528c7b462efc3c085271ee5145be8"`| Docker image tag for the `cadvisor` image |
47
47
| cadvisor.image.name | string |`"cadvisor"`| Docker image name for the `cadvisor` image |
48
48
| cadvisor.name | string |`"cadvisor"`| Name used by resources. Does not affect service names or PVCs. |
| cadvisor.resources | object |`{"limits":{"cpu":"300m","memory":"2000Mi"},"requests":{"cpu":"150m","memory":"200Mi"}}`| Resource requests & limits for the `cadvisor` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
51
50
| cadvisor.serviceAccount.create | bool |`true`| Enable creation of ServiceAccount for `cadvisor`|
52
51
| cadvisor.serviceAccount.name | string |`"cadvisor"`| Name of the ServiceAccount to be created or an existing ServiceAccount |
@@ -188,7 +187,6 @@ In addition to the documented values, all services also support the following va
188
187
| nodeExporter.image.name | string |`"node-exporter"`| Docker image name for the `node-exporter` image |
189
188
| nodeExporter.name | string |`"node-exporter"`| Name used by resources. Does not affect service names or PVCs. |
190
189
| nodeExporter.podSecurityContext | object |`{"fsGroup":65534,"runAsGroup":65534,"runAsNonRoot":true,"runAsUser":65534}`| Security context for the `node-exporter` pod, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod)|
| nodeExporter.resources | object |`{"limits":{"cpu":"1","memory":"1Gi"},"requests":{"cpu":".2","memory":"100Mi"}}`| Resource requests & limits for the `node-exporter` container, learn more from the [Kubernetes documentation](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/)|
193
191
| nodeExporter.serviceAccount.create | bool |`false`| Enable creation of ServiceAccount for `node-exporter`|
194
192
| nodeExporter.serviceAccount.name | string |`"node-exporter"`| Name of the ServiceAccount to be created or an existing ServiceAccount |
- it: should fail to render if the PodSecurityPolicy is enabled, but the ServiceAccount isn't
110
-
set:
111
-
nodeExporter:
112
-
serviceAccount:
113
-
create: false
114
-
podSecurityPolicy:
115
-
enabled: true
116
-
asserts:
117
-
- failedTemplate:
118
-
errorMessage: "Node Exporter's service account must be enabled in order to use its pod security policy (set 'nodeExporter.ServiceAccount.create' to true)"
# (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 settings to the daemonset
165
93
set:
166
94
nodeExporter:
167
95
hostPID: false
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