-
Notifications
You must be signed in to change notification settings - Fork 787
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add labelSelector option to filter the ArgoCD instances for reconcili…
…ation (#961) * Added labelselector string to map conversion Signed-off-by: Raghavi Shirur <[email protected]> * Changed data-type for labelSelector to parse string Signed-off-by: Raghavi Shirur <[email protected]> * Added code to reconcile selected ArgoCD instances based on label selector Signed-off-by: Raghavi Shirur <[email protected]> * remove comments Signed-off-by: Raghavi Shirur <[email protected]> * Updated argoCD label fetch, renamed env var Signed-off-by: Raghavi Shirur <[email protected]> * Updated unit test and yaml Signed-off-by: Raghavi Shirur <[email protected]> * Updated unit test Signed-off-by: Raghavi Shirur <[email protected]> * Fix yaml env ValueFrom field Signed-off-by: Raghavi Shirur <[email protected]> * Added comments and labelSelector check in main.go Signed-off-by: Raghavi Shirur <[email protected]> * removed label-selector option from manifest Signed-off-by: Raghavi Shirur <[email protected]> * updated label-selector format in manifests Signed-off-by: Raghavi Shirur <[email protected]> * added label selector logs Signed-off-by: Raghavi Shirur <[email protected]> * go mod tidy Signed-off-by: Raghavi Shirur <[email protected]> * added e2e tests for label-selector Signed-off-by: Raghavi Shirur <[email protected]> * restructured kuttl files and added operator patch file Signed-off-by: Raghavi Shirur <[email protected]> * go mod tidy Signed-off-by: Raghavi Shirur <[email protected]> * corrected kuttl tests for cm failure Signed-off-by: Raghavi Shirur <[email protected]> * Added documentation for Environment Variable ARGOCD_LABEL_SELECTOR Signed-off-by: Raghavi Shirur <[email protected]> * cleanup Signed-off-by: Raghavi Shirur <[email protected]> * improved unit tests and some minor changes Signed-off-by: Raghavi Shirur <[email protected]> * kuttl rerun Signed-off-by: Raghavi Shirur <[email protected]> * removed env var Signed-off-by: Raghavi Shirur <[email protected]> * misc modifications Signed-off-by: Raghavi Shirur <[email protected]> * argocd-operator csv correction Signed-off-by: Raghavi Shirur <[email protected]> * fix bundle error Signed-off-by: Raghavi Shirur <[email protected]> * fix bundle error Signed-off-by: Raghavi Shirur <[email protected]> * fix manifests build Signed-off-by: Raghavi Shirur <[email protected]> Signed-off-by: Ishita Sequeira <[email protected]> Signed-off-by: Raghavi Shirur <[email protected]> * Added more unit test cases Signed-off-by: Raghavi Shirur <[email protected]> * rebase Signed-off-by: Raghavi Shirur <[email protected]> * removed excess reconcilers Signed-off-by: Raghavi Shirur <[email protected]> * minor fix Signed-off-by: Raghavi Shirur <[email protected]> * removed extraneous test case and cleaned manager.yaml Signed-off-by: Raghavi Shirur <[email protected]> * cleaned manager.yaml Signed-off-by: Raghavi Shirur <[email protected]> * fix make bundle issue Signed-off-by: Raghavi Shirur <[email protected]> * fix make bundle issue Signed-off-by: Raghavi Shirur <[email protected]> --------- Signed-off-by: Raghavi Shirur <[email protected]> Signed-off-by: Ishita Sequeira <[email protected]> Co-authored-by: ishitasequeira <[email protected]>
- Loading branch information
1 parent
6b3fbb6
commit 5a2e6c4
Showing
8 changed files
with
184 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.