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
@@ -65,6 +68,7 @@ The following Values have changed key or Value:
65
68
| jobs | object |`{}`| Deprecated, use .global.jobs.kubectl instead |
66
69
| nodeSelector | object |`{}`| Set the node selector for the Capsule pod |
67
70
| podAnnotations | object |`{}`| Annotations to add to the capsule pod. |
71
+
| podLabels | object |`{}`| Labels to add to the capsule pod. |
68
72
| podSecurityContext | object |`{"enabled":true,"runAsGroup":1002,"runAsNonRoot":true,"runAsUser":1002,"seccompProfile":{"type":"RuntimeDefault"}}`| Set the securityContext for the Capsule pod |
69
73
| ports | list |`[]`| Set additional ports for the deployment |
70
74
| priorityClassName | string |`""`| Set the priority class name of the Capsule pod |
@@ -88,8 +92,13 @@ The following Values have changed key or Value:
| manager.env | list |`[]`| Additional Environment Variables |
98
+
| manager.extraArgs | list |`["--enable-leader-election=true"]`| A list of extra arguments for the capsule controller |
91
99
| manager.hostNetwork | bool |`false`| Specifies if the container should be started in hostNetwork mode. Required for use in some managed kubernetes clusters (such as AWS EKS) with custom CNI (such as calico), because control-plane managed by AWS cannot communicate with pods' IP CIDR and admission webhooks are not working |
92
100
| manager.hostPID | bool |`false`| Specifies if the container should be started in hostPID mode. |
0 commit comments