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
| serviceAccount.annotations | object | `{}` | Set annotations for Service Account |
166
166
| serviceAccount.enabled | bool | `false` | Enable and create Service Account |
167
167
| serviceAccount.nameOverride | string | `""` | Override Service Account name (by default, name is generated with `fullname` template) |
168
+
| serviceAccount.secret | object | `{"enabled":false}` | Secret for Service Account |
169
+
| serviceAccount.secret.enabled | bool | `false` | Create secret for Service Account |
168
170
| serviceMonitor | object | See below | Configure ServiceMonitors for the chart. Additional ServiceMonitors can be added by adding a dictionary key similar to the 'main' service monitor. |
169
171
| serviceMonitor.main | object | `{"annotations":{},"enabled":false,"endpoints":[{"interval":"1m","path":"/metrics","port":"http","scheme":"http","scrapeTimeout":"10s"}],"fullNameOverride":"","labels":{},"nameOverride":"","namespaceSelector":{},"selector":{}}` | Service monitor name |
170
172
| serviceMonitor.main.annotations | object | `{}` | Add additional annotations for the service monitor |
0 commit comments