You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which version of the demo you are using? (please provide either a specific commit
hash
or a specific release).
Demo version:1.12.0 Helm chart version: 0.33.6
Symptom
A clear and concise description of what the bug is.
What is the expected behavior?
opentel demo to be installed.
What do you expect to see?
What is the actual behavior?
Error: INSTALLATION FAILED: template: opentelemetry-demo/templates/component.yaml:12:12: executing "opentelemetry-demo/templates/component.yaml" at <include "otel-demo.deployment" $config>: error calling include: template: opentelemetry-demo/templates/_objects.tpl:106:16: executing "otel-demo.deployment" at <include "otel-demo.pod.env" .>: error calling include: template: opentelemetry-demo/templates/_pod.tpl:43:4: executing "otel-demo.pod.env" at <tpl (toYaml $allEnvs) .>: error calling tpl: cannot retrieve Template.Basepath from values inside tpl function: - name: OTEL_SERVICE_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.labels['app.kubernetes.io/component']
name: OTEL_COLLECTOR_NAME
value: '{{ include "otel-demo.name" . }}-otelcol'
name: OTEL_RESOURCE_ATTRIBUTES
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,service.version={{
.Chart.AppVersion }}: "BasePath" is not a value
Please describe the actual behavior experienced.
Reproduce
Could you provide the minimum required steps to resolve the issue you're seeing?
Bug Report
Which version of the demo you are using? (please provide either a specific
commit
hash
or a specific
release).
Demo version:1.12.0 Helm chart version: 0.33.6
Symptom
A clear and concise description of what the bug is.
What is the expected behavior?
opentel demo to be installed.
What do you expect to see?
What is the actual behavior?
Error: INSTALLATION FAILED: template: opentelemetry-demo/templates/component.yaml:12:12: executing "opentelemetry-demo/templates/component.yaml" at <include "otel-demo.deployment" $config>: error calling include: template: opentelemetry-demo/templates/_objects.tpl:106:16: executing "otel-demo.deployment" at <include "otel-demo.pod.env" .>: error calling include: template: opentelemetry-demo/templates/_pod.tpl:43:4: executing "otel-demo.pod.env" at <tpl (toYaml $allEnvs) .>: error calling tpl: cannot retrieve Template.Basepath from values inside tpl function: - name: OTEL_SERVICE_NAME
valueFrom:
fieldRef:
apiVersion: v1
fieldPath: metadata.labels['app.kubernetes.io/component']
value: '{{ include "otel-demo.name" . }}-otelcol'
value: cumulative
value: otel
value: http://$(OTEL_COLLECTOR_NAME):4317
value: service.name=$(OTEL_SERVICE_NAME),service.namespace=opentelemetry-demo,service.version={{
.Chart.AppVersion }}: "BasePath" is not a value
Please describe the actual behavior experienced.
Reproduce
Could you provide the minimum required steps to resolve the issue you're seeing?
helm install my-otel-demo open-telemetry/opentelemetry-demo
We will close this issue if:
Additional Context
Please feel free to add any other context about the problem here.
The text was updated successfully, but these errors were encountered: