argocd: add more cases for appset (#10565)

This commit is contained in:
Vladimir 2025-03-27 00:17:48 +02:00 committed by GitHub
parent 369bc4bac2
commit 9ede0d856e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 * 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> </b></details>
<details> <details>
@ -507,4 +509,4 @@ It's an Analysis resource that fetches response status from Prometheus (monitori
`kubectl argo rollouts get rollout SOME-APP --watch` `kubectl argo rollouts get rollout SOME-APP --watch`
</b></details> </b></details>
<!-- {% endraw %} --> <!-- {% endraw %} -->