feat(argo-cd): Implement server.additionalApplications[].info (#944)
* fix issue 943 Signed-off-by: Artem Kosenko <artem.kosenko@thomsonreuters.com> * Apply changes from code review Changes in detail: - Add missing examples/documentation in values.yaml - Beautify indentation - Use 'with' instead of 'if' to don't repeat variable names - Fix changelog annotation - Bump minor chart version as this adds a feature Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> * Update README Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marko Bevc <marko@scalefactory.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
098d59cbd7
commit
0fe9ec1add
4 changed files with 38 additions and 24 deletions
|
|
@ -175,6 +175,8 @@ NAME: my-release
|
|||
| configs.secret.extra | add additional secrets to be added to argocd-secret | `{}` |
|
||||
| configs.styles | Define custom CSS styles for your argo instance ([Read More](https://argo-cd.readthedocs.io/en/stable/operator-manual/custom-styles/)). This Settings will automatically mount the provided css and reference it in the argo configuration. | `""` (See [values.yaml](values.yaml)) |
|
||||
| openshift.enabled | enables using arbitrary uid for argo repo server | `false` |
|
||||
| server.additionalApplications | Deploy ArgoCD Applications within this helm release | `[]` (See [values.yaml](values.yaml)) |
|
||||
| server.additionalProjects | Deploy ArgoCD Projects within this helm release | `[]` (See [values.yaml](values.yaml)) |
|
||||
|
||||
## ArgoCD Controller
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue