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
| deploymentStrategy | object |`{}`| See `kubectl explain deployment.spec.strategy` for more ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#strategy|
37
+
| extraEnv | list |`[]`| Environment variables to add to the agent |
41
38
| extraObjects | list |`[]`| Add dynamic manifests via values: |
42
39
| fullnameOverride | string |`""`| Override the fullname of the chart. |
43
40
| hostAliases | list |`[]`| hostAliases to add |
@@ -51,12 +48,12 @@ Kubernetes: `^1.16.0-0`
51
48
| nodeSelector | object |`{}`| Node labels for pod assignment. |
52
49
| podAnnotations | object |`{}`| Annotations to add to each pod. |
53
50
| podLabels | object |`{}`| Labels to add to each pod. |
54
-
| podSecurityContext | object |`{"fsGroup":65534}`| Security context on the Pod level. |
51
+
| podSecurityContext | object |`{"fsGroup":12345}`| Security context on the Pod level. |
55
52
| readinessProbe | object |`{"httpGet":{"path":"/ready","port":"http"}}`| Readiness probe for the agent |
56
53
| replicaCount | int |`1`| Number of replicas to use; ignored if `autoscaling.enabled` is set to `true`. |
57
54
| resources | object |`{}`| Default resources to apply. |
58
55
| secret.existingSecret | string |`""`| Reference an existing secret for API token |
59
-
| securityContext | object |`{"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":65534}`| Security context for the container level. |
56
+
| securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"add":["NET_RAW"]},"readOnlyRootFilesystem":true,"runAsNonRoot":true,"runAsUser":12345,"seccompProfile":{"type":"RuntimeDefault"}}`| Security context for the container level. |
60
57
| service.annotations | object |`{}`| Annotations for the service |
61
58
| service.port | int |`4050`| Service port. |
62
59
| service.type | string |`"ClusterIP"`| Type of service to create. |
@@ -77,4 +74,4 @@ Kubernetes: `^1.16.0-0`
77
74
| tolerations | list |`[]`| List of node taints to tolerate. |
78
75
79
76
----------------------------------------------
80
-
Autogenerated from chart metadata using [helm-docs v1.8.1](https://github.com/norwoodj/helm-docs/releases/v1.8.1)
77
+
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
0 commit comments