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
| rbac.serviceAccount.nameOverride | string | `""` | Override Service Account name (by default, name is generated with `fullname` template) |
112
108
| secrets.secret | object | `{"annotation":{},"data":{},"enabled":false,"labels":{},"stringData":{},"type":"Opaque"}` | Secret name. Make sure to use the same name in `volumes` and `container.volumeMounts` |
113
109
| secrets.secret.annotation | object | `{}` | Add additional annotations to the secret |
| service.main.ports.http.targetPort | string | `nil` | Set a service targetPort if you wish to differ the service port from the application port. |
129
125
| service.main.primary | bool | `true` | Make this the primary service (used in probes, notes, etc...). If there is more than 1 service, make sure that only 1 service is marked as primary. |
130
126
| service.main.type | string | `"ClusterIP"` | Set the service type |
127
+
| serviceAccount | object | See below | Configure Service Account |
128
+
| serviceAccount.annotations | object | `{}` | Set annotations for Service Account |
129
+
| serviceAccount.enabled | bool | `false` | Enable and create Service Account |
130
+
| serviceAccount.nameOverride | string | `""` | Override Service Account name (by default, name is generated with `fullname` template) |
131
131
| tolerations | list | `[]` | Set tolerations constrains |
132
132
| topologySpreadConstraints | list | `[]` | Set topologySpreadConstraints rules. Helm template supported. Passed through `tpl`, should be configured as string |
133
133
| volumes | object | See below | Configure volume for the controller. Additional items can be added by adding a dictionary key similar to the 'config'/`secret` key. |
0 commit comments