Skip to content

Commit

Permalink
fix: make codegen-docs
Browse files Browse the repository at this point in the history
Signed-off-by: Blake Pettersson <blake.pettersson@gmail.com>
  • Loading branch information
blakepettersson committed Jul 6, 2024
1 parent 42cfda9 commit 268ddb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/kargo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ the Kargo controller is running.
| `controller.annotations` | Annotations to add to the api resources. Merges with `global.annotations`, allowing you to override or add to the global annotations. | `{}` |
| `controller.podLabels` | Optional labels to add to pods. Merges with `global.podLabels`, allowing you to override or add to the global labels. | `{}` |
| `controller.podAnnotations` | Optional annotations to add to pods. Merges with `global.podAnnotations`, allowing you to override or add to the global annotations. | `{}` |
| `controller.serviceAccount.annotations` | Optional annotations to add to the service account. | `{}` |
| `controller.globalCredentials.namespaces` | List of namespaces to look for shared credentials. | `[]` |
| `controller.gitClient.name` | Specifies the name of the Kargo controller (used when authoring Git commits). | `Kargo Render` |
| `controller.gitClient.email` | Specifies the email of the Kargo controller (used when authoring Git commits). | `kargo-render@akuity.io` |
Expand Down

0 comments on commit 268ddb0

Please sign in to comment.