Skip to content

argocd: add more cases for appset #10565

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 26, 2025
Merged
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
6 changes: 4 additions & 2 deletions topics/argo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,9 @@ So instead of creating multiple separate applications, you have the root applica

* Cluster Preparation: You would like to deploy multiple applications at once to bootstrap a Kubernetes cluster

TODO: add more :)
* Multiple environments: If deploying many versions of the same application, but with minor changes. For example, several test deployments to test different features

* Multiple clusters: when the same application needs to be deployed across multiple K8s clusters connected to ArgoCD
</b></details>

<details>
Expand Down Expand Up @@ -507,4 +509,4 @@ It's an Analysis resource that fetches response status from Prometheus (monitori
`kubectl argo rollouts get rollout SOME-APP --watch`
</b></details>

<!-- {% endraw %} -->
<!-- {% endraw %} -->
Loading