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
The chart default values are: https://github.com/statping/charts/blob/main/charts/statping/values.yaml
ingress: # ingress.enabled -- Enable ingress enabled: false pathType: Prefix tls: false annotations: {} hostname: grafana.local secretName: statping-cert path: / secrets: []
Implying that by default no ingress would be created.
The chart implementation code creates one anyway tough: https://github.com/statping/charts/blob/main/charts/statping/templates/ingress.yaml
The enabled flag from the values.yaml is not queried in the code at all.
enabled
values.yaml
Can provide PR if OK.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The chart default values are: https://github.com/statping/charts/blob/main/charts/statping/values.yaml
Implying that by default no ingress would be created.
The chart implementation code creates one anyway tough: https://github.com/statping/charts/blob/main/charts/statping/templates/ingress.yaml
The
enabled
flag from thevalues.yaml
is not queried in the code at all.Can provide PR if OK.
The text was updated successfully, but these errors were encountered: