Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/gitops-argo-cd-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ a|* `enabled` - Toggle high-availability support globally for Argo CD.

|`helpChatText` |The text that appears in a text box for getting chat help.|`Chat now!`|

|`image` |The container image for all Argo CD components. This overrides the `ARGOCD_IMAGE` environment variable.|`argoproj/argocd` |
|`image` |The container image for all Argo CD components. This overrides the `ARGOCD_IMAGE` environment variable.|`registry.redhat.io` |

|`import` |Import configuration options for Argo CD.| `__object__`
a|* `name` - The name of an `ArgoCDExport` resource from which data can be imported.
Expand Down Expand Up @@ -187,5 +187,5 @@ a|* `ca.configMapName` - The name of the `ConfigMap` which contains the CA certi

|`usersAnonymousEnabled` |Enables anonymous user access.|`true` |

|`version` |The tag to use with the container image for all Argo CD components.| | Latest Argo CD version|
|`version` |The tag to use with the container image for all Argo CD components.| | Latest {gitops-shortname} Version|
|===
2 changes: 1 addition & 1 deletion modules/gitops-repo-server-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The following properties are available for configuring the repo server component
|`execTimeout` | `180` |Execution timeout in seconds for rendering tools, for example, Helm or Kustomize.
|`extraRepoCommandArgs` | `__empty__` | Passes command-line arguments to the Repo server workload. The command-line arguments are added to the list of arguments set by the Operator.
|`initContainers` | `__empty__` |The number of `init` containers in the Argo CD Application Controller component. This field is optional.
|`image` | `argoproj/argocd` |The container image for Argo CD Repo server. This propery overrides the `ARGOCD_REPOSERVER_IMAGE` environment variable.
|`image` | `registry.redhat.io` |The container image for Argo CD Repo server. This propery overrides the `ARGOCD_REPOSERVER_IMAGE` environment variable.
|`labels` | `__empty__` |List of custom labels to add to pods deployed by the Operator. This field is optional.
|`logLevel` | `info` |The log level used by the Argo CD Repo server. Valid options are `debug`, `info`, `error`, and `warn`.
|`logFormat` | `text` |The log format to be used by the Argo CD repo server. Valid options are `text` and `json`.
Expand Down