-
Notifications
You must be signed in to change notification settings - Fork 2k
feat(argo-cd): allowing apiVersions customization #3534
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
base: main
Are you sure you want to change the base?
Conversation
|
Sorry for the late reply. argo-helm/charts/argo-workflows/values.yaml Lines 39 to 46 in 090b818
Related PR for the monitoring CRDs: |
78f1219 to
c5654df
Compare
Done! |
Since your intent is to support Azure monitor things, can you revert all the changes outside the ServiceMonitors? I think we don't need customization for the other apiVersions at the moment (no user asked for this). :) Also, please add the accessed values to the values.yaml. And then run helm-docs. This should end in a green CI run. Thank you for your contribution 🙏 |
@mkilchhofer, I rolled back and kept only the changes related to the |
Signed-off-by: Bruno Correia <[email protected]>
Allow customization of the
apiVersionfor some of the CRDs.It all started to improve the integration with the Azure Managed Prometheus implementation.
See docs.
Checklist: