docs(faq): drop the retired GitOps example - #661
Merged
Conversation
The FAQ and the private-cloud page both pointed at aenix-io/cozystack-gitops-example as the reference for driving Cozystack from FluxCD or ArgoCD. That repository was written before Cozystack 1.0, was never updated to the current Tenant and Kubernetes resources, and has now been archived, so the documentation was sending readers to an example that teaches the wrong shape. Answer the FAQ question directly instead: the resources are ordinary Kubernetes objects, so GitOps over them needs nothing specific to the platform. Say plainly that no maintained example exists rather than imply one is coming. The private-cloud page carried the same pointer as a trailing paragraph with no other role, so it is removed there. Applied to next, v1.6 and v1.5; earlier version directories are frozen snapshots. Assisted-By: Claude Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
Andrei Kvapil (kvaps)
requested review from
Timofei Larkin (lllamnyp),
myasnikovdaniil and
Timur Tukaev (tym83)
as code owners
August 20, 2026 11:20
✅ Deploy Preview for cozystack ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
Important
This repository does not receive automatic reviews because it has fewer than 10 stars. ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
myasnikovdaniil
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The FAQ ("How to configure Cozystack using FluxCD or ArgoCD") and the private-cloud use-case page both pointed at
aenix-io/cozystack-gitops-exampleas the reference for GitOps. That repository was written before Cozystack 1.0, never updated to the currentTenantandKubernetesresources, and has now been archived — so the documentation was sending readers to an example that teaches the wrong shape, in every published version.Rather than swap one link for another, the FAQ now answers the question itself: Cozystack applications are ordinary Kubernetes objects, so a GitOps workflow needs nothing specific to the platform. It also says plainly that no maintained example exists at the moment, instead of implying one is on the way.
On the private-cloud page the pointer was a trailing paragraph with no other role, so it is dropped there.
Applied to
next,v1.6andv1.5. Earlier version directories carry the same two references but are frozen snapshots, so they are left alone.Context: the repository was archived because an external repository may not carry the project's name — see the naming constraint that came out of the CNCF service-desk thread on a contrib area.