[rhoso-gitops] singleArgoCD: true by default - #725
Conversation
The pattern now sets global.singleArgoCD: true by default. Update all documentation to reflect a single vp-gitops namespace instead of the former dual-namespace layout (vp-gitops + rhoso-gitops-standalone). Update the values-global.yaml table row to mention singleArgoCD mode and custom ArgoCD health checks. Depends-On: validatedpatterns-sandbox/rhoso-gitops#30 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Apply Red Hat/IBM style guide fixes: replace "via" with "by using", use product name attributes instead of hard-coded strings, remove redundant paragraph, split long sentence, add short description to cluster-sizing page, add cross-reference for overrides step, and use "about" instead of "on" in link intros. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
Hi @cjeanner. Thanks for your PR. I'm waiting for a validatedpatterns member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
/ok-to-test |
|
@pinikomarov: Cannot trigger testing until a trusted user reviews the PR and leaves an DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Update all rhoso-gitops documentation to reflect singleArgoCD: true as the default: replace every rhoso-gitops-standalone namespace reference with vp-gitops, rewrite the "Dual Argo CD namespaces" architecture section to
describe a single namespace, remove duplicate oc get applications verification steps, and update the values-global.yaml table row to mention singleArgoCD mode and custom health checks
Apply Red Hat/IBM style guide fixes: replace "via" with "by using", use {rh-ocp} attribute instead of hard-coded "OpenShift", remove redundant paragraph, split a 34-word sentence, add missing short description to the
cluster-sizing page, add cross-reference link for the new overrides configuration step, and use "about" instead of "on" in link intros
Depends-on: validatedpatterns-sandbox/rhoso-gitops#30