-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
[prometheus-blackbox-exporter] include in extra-manifests.yaml #4174
Comments
If i change:
It's work, but i'm not sure that it's a good way... |
@marselsultanov you can also refer to the similar kind of implementation in |
@marselsultanov I think you are correct and the solution is as you laid out below.
I did the implementation of I am happy to PR the change to fix this if you would like. |
No problem |
Describe the bug a clear and concise description of what the bug is.
When i put:
to:
https://github.com/prometheus-community/helm-charts/blob/main/charts/prometheus-blackbox-exporter/values.yaml
I get error "did not find expected node content"
Partially case here:
https://stackoverflow.com/questions/71169122/how-to-add-custom-templates-to-bitnami-helm-chart
but quotas doesn't help me, because i have multiline labels, if i do:
i get:
but kubectl give error on this :/
How i can use include with map in extraManifests?
What's your helm version?
3.11.1
What's your kubectl version?
1.21
Which chart?
prometheus-blackbox-exporter
What's the chart version?
8.8.0
What happened?
No response
What you expected to happen?
No response
How to reproduce it?
my-values.yaml:
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
helm install -f values.yaml
Anything else we need to know?
No response
The text was updated successfully, but these errors were encountered: