Skip to content

Commit f2e0119

Browse files
committed
Incorporating comments for GitOps 1.15 published docs build
1 parent 92684e2 commit f2e0119

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

argo_rollouts/using-cluster-scoped-rollouts-instance-to-manage-rollouts-resources.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
include::_attributes/common-attributes.adoc[]
33
[id="using-cluster-scoped-argo-rollouts-instance-to-manage-rollouts-resources"]
44
= Using a cluster-scoped Argo Rollouts instance to manage rollout resources
5-
context: using-cluster-scoped-argo-rollouts-instance-to-manage-rollouts-resources
5+
:context: using-cluster-scoped-argo-rollouts-instance-to-manage-rollouts-resources
66

77
toc::[]
88

argocd_application_sets/managing-app-sets-in-non-control-plane-namespaces.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ include::modules/gitops-allowing-scm-providers.adoc[leveloffset=+1]
3838
* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/#the-applicationset-resource[The `ApplicationSet` resource]
3939
* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Appset-Any-Namespace/[ApplicationSet in any namespace]
4040
* xref:../argocd_instance/argo-cd-cr-component-properties.adoc#argo-cd-cr-component-properties[Argo CD custom resource and component properties]
41-
* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-SCM-Provider/#scm-provider-generator[SCM Provider Generator]
42-
* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Pull-Request/#pull-request-generator[Pull Request Generator]
41+
* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-SCM-Provider/[SCM Provider Generator]
42+
* link:https://argo-cd.readthedocs.io/en/stable/operator-manual/applicationset/Generators-Pull-Request/[Pull Request Generator]

gitops_cli_argocd/argocd-gitops-cli-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ include::modules/gitops-argocd-cli-utility-commands.adoc[leveloffset=+1]
2929
* xref:../gitops_cli_argocd/configuring-argocd-gitops-cli.adoc#configuring-argocd-gitops-cli[Configuring the {gitops-shortname} CLI]
3030
* xref:../gitops_cli_argocd/logging-in-to-argocd-server-in-default-mode.adoc#logging-in-to-argocd-server-in-default-mode[Logging in to the Argo CD server in the default mode]
3131
* link:https://github.com/redhat-developer/gitops-operator/blob/7ac4b2ce179c167b39be259b8d9be37dc280f689/docs/OpenShift%20GitOps%20CLI%20User%20Guide.md#login-related-commands[OpenShift {gitops-shortname} CLI User Guide]
32-
* link:https://argo-cd.readthedocs.io/en/release-{upstream-ver}/user-guide/commands/argocd/[`argocd` command reference]
32+
* link:https://argo-cd.readthedocs.io/en/stable/user-guide/commands/argocd/[`argocd` Command Reference]
3333
//update the upstream version attribute value for every release

installing_gitops/installing-openshift-gitops.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toc::[]
1414
* You have access to the {OCP} web console.
1515
* You are logged in as a user with the `cluster-admin` role.
1616
* You are logged in to the {OCP} cluster as an administrator.
17-
* Your cluster has the link:https://docs.openshift.com/container-platform/latest/installing/cluster-capabilities.html#marketplace-operator_cluster-capabilities[Marketplace capability] enabled or the Red Hat Operator catalog source configured manually.
17+
* Your cluster has the link:https://docs.openshift.com/container-platform/latest/installing/overview/cluster-capabilities.html#marketplace-operator_cluster-capabilities[Marketplace capability] enabled or the Red Hat Operator catalog source configured manually.
1818

1919
[WARNING]
2020
====

modules/gitops-creating-a-new-client-using-keycloak.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ spec:
7373
rootCA: ""
7474
----
7575
76-
* Optional: Customize the `spec.sso.keycloak` field to add the route name for the `keycloak` provider in the `ArgoCD` CR. Use this feature to support advanced routing use cases, such as balancing incoming traffic load among multiple link:https://docs.openshift.com/container-platform/latest/networking/ingress-sharding.html#nw-ingress-sharding_ingress-sharding[Ingress Controller shards].
76+
* Optional: Customize the `spec.sso.keycloak` field to add the route name for the `keycloak` provider in the `ArgoCD` CR. Use this feature to support advanced routing use cases, such as balancing incoming traffic load among multiple link:https://docs.openshift.com/container-platform/latest/networking/configuring_ingress_cluster_traffic/configuring-ingress-cluster-traffic-ingress-controller.html#nw-ingress-sharding_configuring-ingress-cluster-traffic-ingress-controller[Ingress Controller sharding].
7777
+
7878
** Add a `host` parameter in the `ArgoCD` CR by using the following example YAML:
7979
+
@@ -146,7 +146,7 @@ status:
146146
----
147147
<1> Specifies the name of the route.
148148
<2> Specifies the name of the host key.
149-
149+
+
150150
[NOTE]
151151
====
152152
The Keycloak instance takes 2-3 minutes to install and run.

observability/logging/viewing-argo-cd-logs.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ include::modules/gitops-storing-and-retrieving-argo-cd-logs.adoc[leveloffset=+1]
1414
[role="_additional-resources"]
1515
[id="additional-resources_{context}"]
1616
== Additional resources
17-
* link:https://docs.openshift.com/container-platform/latest/observability/logging/cluster-logging-deploying.html#cluster-logging-deploy-console_cluster-logging-deploying[Installing the {logging-title} using the web console]
17+
* link:https://docs.openshift.com/container-platform/4.16/observability/logging/cluster-logging-deploying.html#logging-loki-gui-install_cluster-logging-deploying[Installing the {logging-title} using the web console]

0 commit comments

Comments
 (0)