We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spark-operator/charts/spark-operator-chart/templates/prometheus/podmonitor.yaml
Line 21 in 3128c7f
This line means it's doing a lookup against the cluster every time I try to template the chart.
in CI, I template, diff, run kubeconform, etc against the yaml before allowing ArgoCD to take over.
This is to prevent unintended changes, and works as a useful quality gate.
Do you think we could comment this out, or make it optional?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
spark-operator/charts/spark-operator-chart/templates/prometheus/podmonitor.yaml
Line 21 in 3128c7f
This line means it's doing a lookup against the cluster every time I try to template the chart.
in CI, I template, diff, run kubeconform, etc against the yaml before allowing ArgoCD to take over.
This is to prevent unintended changes, and works as a useful quality gate.
Do you think we could comment this out, or make it optional?
The text was updated successfully, but these errors were encountered: