You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the enhancement you'd like to see
I would like to see a definitive guide or at least a set of recommendations on how to install and maintain a Testkube installation via Gitops using ArgoCD.
Specifically,
what to configure on initial installation
what to take into consideration when performing upgrades (as in, committing the updated charts and value files in the GitOps repositories used by ArgoCD).
Additional context
The only ArgoCD specific guides are only related to automatically creating test CR . The installation guide itself only demonstrates a normal installation via Helm (imperatively via CLI).
Based on some snippets of documentation as well as various GitHub issues I presume that some specific configuration is recommended and/or some issues may have to be mitigated:
setting useArgoCDSync to true (does this handle all cronjobs created by the operator?)
Describe the enhancement you'd like to see
I would like to see a definitive guide or at least a set of recommendations on how to install and maintain a Testkube installation via Gitops using ArgoCD.
Specifically,
Additional context
The only ArgoCD specific guides are only related to automatically creating test CR . The installation guide itself only demonstrates a normal installation via Helm (imperatively via CLI).
Based on some snippets of documentation as well as various GitHub issues I presume that some specific configuration is recommended and/or some issues may have to be mitigated:
useArgoCDSync
totrue
(does this handle all cronjobs created by the operator?)The text was updated successfully, but these errors were encountered: