Skip to content

Commit

Permalink
Merge branch 'dev-aka' of [email protected]:SoftwareAG/webmethods-helm-c…
Browse files Browse the repository at this point in the history
…harts.git into dev-aka and updating helm/README.me from values.yaml
  • Loading branch information
thr authored and thr committed Jun 7, 2024
1 parent 0453309 commit 3cc8366
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apigateway/helm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,6 @@ Sub-folder `examples` contains some *values* examples for more use-cases. To use
| serviceAccount.create | bool | `true` | - apiVersion: rbac.authorization.k8s.io/v1 kind: Role metadata: name: {{ include "common.names.roleName" . }} rules: - apiGroups: - "" resources: - pods - endpoints verbs: - get - list - watch |
| serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
| serviceAccount.roleName | string | `""` | |
| serviceMonitor | object | `{"enabled":false,"serviceName":""}` | Create and enable ServiceMonitor. The default is `false`. |
| serviceMonitor.enabled | bool | `false` | Create and enable CRD ServiceMonitor. The default is `false`. |
| serviceMonitor.serviceName | string | `""` | Set the monitored service which is connected by ServiceMonitor. Default (if not set) is the `rt` runtime service. |
| tolerations | list | `[]` | |

0 comments on commit 3cc8366

Please sign in to comment.