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
Deploying the Helm Chart using Kustomize (kubectl kustomize . --enable-helm) won't deploy resources that have these kind of check, for example the ServiceMonitors.
Related helm chart
argo-cd
Describe the solution you'd like
Remove the api version checks from the ServiceMonitors and any other resource.
I did after opening the issue, it solved the problem but still feels like "hack" solution. I'm still not sure if there is a lot of advantages of using this check since there are still 2 other flags that need to be set to true before deploying the ServiceMonitors: metrics.enabled=true and metrics.serviceMonitor.enabled=true.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Is your feature request related to a problem?
Deploying the Helm Chart using Kustomize (
kubectl kustomize . --enable-helm
) won't deploy resources that have these kind of check, for example the ServiceMonitors.Related helm chart
argo-cd
Describe the solution you'd like
Remove the api version checks from the ServiceMonitors and any other resource.
Describe alternatives you've considered
No response
Additional context
For reference, this issue on
ingress-nginx
Chart describes the exactly same issue: kubernetes/ingress-nginx#7829The text was updated successfully, but these errors were encountered: