Skip to content
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

HELM chart contains incorect template segment when watchNamespaces is set to specific namespace(s) #1005

Closed
jcechace opened this issue Nov 22, 2024 · 0 comments · Fixed by #1006

Comments

@jcechace
Copy link
Contributor

The problem is here https://github.com/quarkiverse/quarkus-operator-sdk/blob/main/core/deployment/src/main/resources/helm/crd-role-binding-template.yaml#L44

in range block . changes it's value, it should be $.

Otherwise an attempt to install the chart results in

helm install debezium-operator debezium/debezium-operator --version 3.0.0-final  --set watchNamespaces=debezium -n debezium     ⎈ kind-kind-cluster 11:55:02
Error: INSTALLATION FAILED: template: debezium-operator/templates/debeziumserver-crd-role-binding.yaml:44:37: executing "debezium-operator/templates/debeziumserver-crd-role-binding.yaml" at <.Chart.Name>: can't evaluate field Chart in type string
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant