fix(argo-cd): Merge duplicate initContainer entries introduced in 3.29.0 (#1058)
* fix(repo-server): merge initContainer to one section Signed-off-by: Alex Babel <alexander.babel@icloud.com> * chore(argo-cd): bump version to 3.29.1 Signed-off-by: Alex Babel <alexander.babel@icloud.com> * Merge master into fix/repo-server-init-container Signed-off-by: Alex Babel <alexander.babel@icloud.com> * fix(argo-cd): add enableCopyutilInitContainer option Signed-off-by: Alex Babel <alexander.babel@icloud.com> * doc: update readme Signed-off-by: Alex Babel <alexander.babel@icloud.com>
This commit is contained in:
parent
eb8273ecce
commit
0dc0b845a3
4 changed files with 21 additions and 14 deletions
|
|
@ -316,6 +316,7 @@ NAME: my-release
|
|||
| repoServer.clusterRoleRules.rules | list | `[]` | List of custom rules for the Repo server's Cluster Role resource |
|
||||
| repoServer.containerPort | int | `8081` | Configures the repo server port |
|
||||
| repoServer.containerSecurityContext | object | `{}` | Repo server container-level security context |
|
||||
| repoServer.enableCopyutilInitContainer | bool | `true` | Enable the copyutil init container |
|
||||
| repoServer.env | list | `[]` | Environment variables to pass to repo server |
|
||||
| repoServer.envFrom | list | `[]` (See [values.yaml]) | envFrom to pass to repo server |
|
||||
| repoServer.extraArgs | list | `[]` | Additional command line arguments to pass to repo server |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue