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 iot-agent chart can't be generated when service.agentType is set to: lwm2m. It stops with a rendering error.
service.agentType
lwm2m
To reproduce:
charts/iot-agent/values.yaml
agentType: lwm2m
service
helm install charts/iot-agent --debug --dry-run
You should see an error similar to:
[debug] CHART PATH: /Users/andrea/github/orchestracities.charts/charts/iot-agent Error: render error in "iot-agent/templates/configmap-lwm2m.yaml": template: iot-agent/templates/configmap-lwm2m.yaml:17:29: executing "iot-agent/templates/configmap-lwm2m.yaml" at <.Values.lwm2m.logLevel>: nil pointer evaluating interface {}.logLevel
Tested with Helm client version v2.13.1 and server v2.14.1.
v2.13.1
v2.14.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The iot-agent chart can't be generated when
service.agentType
is set to:lwm2m
. It stops with a rendering error.To reproduce:
charts/iot-agent/values.yaml
to setagentType: lwm2m
in theservice
stanza.helm install charts/iot-agent --debug --dry-run
You should see an error similar to:
Tested with Helm client version
v2.13.1
and serverv2.14.1
.The text was updated successfully, but these errors were encountered: