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 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
The text was updated successfully, but these errors were encountered:
fix: use correct variable reference inside range loop for Helm role t…
22fc9a9
…emplate (fixes quarkiverse#1005)
91d3b09
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: