diff --git a/argocd_instance/setting-up-argocd-instance.adoc b/argocd_instance/setting-up-argocd-instance.adoc index 45fc482189d3..791acb2fd028 100644 --- a/argocd_instance/setting-up-argocd-instance.adoc +++ b/argocd_instance/setting-up-argocd-instance.adoc @@ -26,6 +26,8 @@ include::modules/gitops-argo-cd-installation.adoc[leveloffset=+1] * link:https://docs.openshift.com/container-platform/latest/rest_api/network_apis/route-route-openshift-io-v1.html#spec-tls[Specification for TLS termination configuration] * xref:../declarative_clusterconfig/configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations.adoc#using-argo-cd-instance-to-manage-cluster-scoped-resources_configuring-an-openshift-cluster-by-deploying-an-application-with-cluster-configurations[Using an Argo CD instance to manage cluster-scoped resources] * xref:../declarative_clusterconfig/customizing-permissions-by-creating-user-defined-cluster-roles-for-cluster-scoped-instances.adoc#gitops-disabling-the-creation-of-the-default-cluster-roles-for-the-cluster-scoped-instance_customizing-permissions-by-creating-user-defined-cluster-roles-for-cluster-scoped-instances[Disabling the creation of the default cluster roles for the cluster-scoped instance] +* link:https://argocd-operator.readthedocs.io/en/stable/reference/argocd/#controller-options[Configuring Argo CD controller options] +* link:https://argocd-operator.readthedocs.io/en/stable/reference/argocd/#server-options[Configuring Argo CD server options] // Configuring common cluster roles by specifying user-defined cluster roles for namespace-scoped instances include::modules/gitops-configuring-common-cluster-roles-by-specifying-user-defined-cluster-roles-for-namespace-scoped-instances.adoc[leveloffset=+1] diff --git a/modules/gitops-argo-cd-notification.adoc b/modules/gitops-argo-cd-notification.adoc index 5bc994742a18..5d961b82f1f8 100644 --- a/modules/gitops-argo-cd-notification.adoc +++ b/modules/gitops-argo-cd-notification.adoc @@ -49,5 +49,5 @@ oc patch argocd openshift-gitops -n openshift-gitops --type merge --patch '{"spe [role="_additional-resources"] .Additional resources -* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/[Argo CD notifications controller]. +* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/notifications/[Argo CD notifications controller] diff --git a/modules/gitops-repo-server-properties.adoc b/modules/gitops-repo-server-properties.adoc index 5d546dc0c741..0ee484c30b7a 100644 --- a/modules/gitops-repo-server-properties.adoc +++ b/modules/gitops-repo-server-properties.adoc @@ -23,6 +23,8 @@ 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). |`env` | `____` |Environment to set for the repository server workloads. |`replicas` | `____` |The number of replicas for the Argo CD Repo server. Must be greater than or equal to `0`. +|`initContainers` | `____` |The number of `init` containers in the ArgoCD Application Controller component. This field is optional. +|`sidecarContainers` | `____` |The number of `sidecar` containers in the ArgoCD Application Controller component. This field is optional. |===