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
| global.jobs.kubectl.restartPolicy | string |`"Never"`| Set the restartPolicy |
115
-
| global.jobs.kubectl.securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true,"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002}`| Security context for the job containers. |
115
+
| global.jobs.kubectl.securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"enabled":true,"readOnlyRootFilesystem":true,"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002}`| Security context for the job containers. |
116
116
| global.jobs.kubectl.tolerations | list |`[]`| Set list of tolerations |
117
117
| global.jobs.kubectl.topologySpreadConstraints | list |`[]`| Set Topology Spread Constraints |
118
118
| global.jobs.kubectl.ttlSecondsAfterFinished | int |`60`| Sets the ttl in seconds after a finished certgen job is deleted. Set to -1 to never delete. |
@@ -130,7 +130,7 @@ Here the values you can override:
130
130
| jobs | object |`{}`| Deprecated, use .global.jobs.kubectl instead |
131
131
| nodeSelector | object |`{}`| Set the node selector for the Capsule pod |
132
132
| podAnnotations | object |`{}`| Annotations to add to the capsule pod. |
133
-
| podSecurityContext | object |`{"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002,"seccompProfile":{"type":"RuntimeDefault"}}`| Set the securityContext for the Capsule pod |
133
+
| podSecurityContext | object |`{"enabled":true,"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002,"seccompProfile":{"type":"RuntimeDefault"}}`| Set the securityContext for the Capsule pod |
134
134
| ports | list |`[]`| Set additional ports for the deployment |
135
135
| priorityClassName | string |`""`| Set the priority class name of the Capsule pod |
| replicaCount | int |`1`| Set the replica count for capsule pod |
142
-
| securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"readOnlyRootFilesystem":true}`| Set the securityContext for the Capsule container |
142
+
| securityContext | object |`{"allowPrivilegeEscalation":false,"capabilities":{"drop":["ALL"]},"enabled":true,"readOnlyRootFilesystem":true}`| Set the securityContext for the Capsule container |
143
143
| serviceAccount.annotations | object |`{}`| Annotations to add to the service account. |
144
144
| serviceAccount.create | bool |`true`| Specifies whether a service account should be created. |
145
145
| serviceAccount.name | string |`""`| The name of the service account to use. If not set and `serviceAccount.create=true`, a name is generated using the fullname template |
0 commit comments