You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/reference/argocd.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -840,8 +840,8 @@ MountSAToken | false | Whether the ServiceAccount token should be mounted to the
840
840
ServiceAccount | "" | The name of the ServiceAccount to use with the repo-server pod.
841
841
VerifyTLS | false | Whether to enforce strict TLS checking on all components when communicating with repo server
842
842
AutoTLS | "" | Provider to use for setting up TLS the repo-server's gRPC TLS certificate (one of: `openshift`). Currently only available for OpenShift.
843
-
Image | `argoproj/argocd` | The container image for ArgoCD Repo Server. This overrides the `ARGOCD_REPOSERVER_IMAGE` environment variable.
844
-
Version | same as `.spec.Version` | The tag to use with the ArgoCD Repo Server.
843
+
Image | `argoproj/argocd` | The container image for ArgoCD Repo Server. This overrides the `ARGOCD_IMAGE` environment variable for the repo server.
844
+
Version | same as `.spec.Version` | The tag to use with the ArgoCD Repo Server. Fallsback to `.spec.Version` and the default image version in that order if not specified.
845
845
LogLevel | info | The log level to be used by the ArgoCD Repo Server. Valid options are debug, info, error, and warn.
846
846
LogFormat | text | The log format to be used by the ArgoCD Repo Server. Valid options are text or json.
847
847
ExecTimeout | 180 | Execution timeout in seconds for rendering tools (e.g. Helm, Kustomize)
0 commit comments