-
Notifications
You must be signed in to change notification settings - Fork 157
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ This is a reference of all the configurable values in weave gitops's | |
helm chart. This is intended for customizing your installation after | ||
you've gone through the [getting started](../getting-started.mdx) guide. | ||
|
||
This reference was generated for the chart version 2.0.9 which installs weave gitops v0.8.1. | ||
This reference was generated for the chart version 2.0.10 which installs weave gitops v0.8.1. | ||
|
||
## Values | ||
|
||
|
@@ -32,6 +32,7 @@ This reference was generated for the chart version 2.0.9 which installs weave gi | |
| nodeSelector | object | `{}` | | | ||
| podAnnotations | object | `{}` | | | ||
| podSecurityContext | object | `{}` | | | ||
| rbac.additionalRules | list | `[]` | If non-empty, these additional rules will be appended to the RBAC role and the cluster role. for example, additionalRules: - apiGroups: ["infra.contrib.fluxcd.io"] resources: ["terraforms"] verbs: [ "get", "list", "patch" ] | | ||
| rbac.create | bool | `true` | Specifies whether the clusterRole & binding to the service account should be created | | ||
| rbac.impersonationResourceNames | list | `[]` | If non-empty, this limits the resources that the service account can impersonate. This applies to both users and groups, e.g. `['[email protected]', '[email protected]', 'operations']` | | ||
| rbac.impersonationResources | list | `["users","groups"]` | Limit the type of principal that can be impersonated | | ||
|