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
A Helm chart the Alloy Operator, a project to innovate on creating instances of Grafana Alloy.
11
11
@@ -40,7 +40,7 @@ A Helm chart the Alloy Operator, a project to innovate on creating instances of
40
40
| nodeSelector | object |`{"kubernetes.io/os":"linux"}`| Set the node selector for the Alloy Operator pods. |
41
41
| podAnnotations | object |`{}`| Additional annotations to add to the Alloy Operator pods. |
42
42
| podLabels | object |`{}`| Additional labels to add to the Alloy Operator pods. |
43
-
| podSecurityContext | object |`{"fsGroup":1000,"runAsGroup":1000,"runAsNonRoot":true,"runAsUser":1000,"seccompProfile":{"type":"RuntimeDefault"}}`| Set the security context for the Alloy Operator pods. |
43
+
| podSecurityContext | object |`{"runAsNonRoot":true}`| Set the security context for the Alloy Operator pods. |
44
44
| priorityClassName | string |`""`| Sets the priority class name for the Alloy Operator pods. |
45
45
| tolerations | list |`[]`| Set the tolerations for the Alloy Operator pods. |
0 commit comments