Skip to content
Merged
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
2 changes: 2 additions & 0 deletions argocd_instance/setting-up-argocd-instance.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion modules/gitops-argo-cd-notification.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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]

2 changes: 2 additions & 0 deletions modules/gitops-repo-server-properties.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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` | `__<empty>__` |Environment to set for the repository server workloads.
|`replicas` | `__<empty>__` |The number of replicas for the Argo CD Repo server. Must be greater than or equal to `0`.
|`initContainers` | `__<empty>__` |The number of `init` containers in the ArgoCD Application Controller component. This field is optional.
|`sidecarContainers` | `__<empty>__` |The number of `sidecar` containers in the ArgoCD Application Controller component. This field is optional.
|===


Expand Down