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
If I am not setting the custom endpoint value, this should not happen. There is likely some error in the chart's logic. You could track that down to fix that or you could set the optional field for the environment variable:
{{ if .Values.secrets.CustomTracingEndpoint}}
- name: CUSTOM_TRACING_ENDPOINT
valueFrom:
secretKeyRef:
name: {{ .Values.secrets.name }}
key: custom-tracing-endpoint
optional: true
{{ end }}
Let me know if you have any questions. This error isn't immediately obvious to you when installing the helm chart. If you don't describe the pod soon enough, the actual failure reason won't appear. I had to reinstall the deployment to see this error.
The text was updated successfully, but these errors were encountered:
When installing the helm chart. This template references non-existent value in secret: https://github.com/logzio/logzio-helm/blob/cedf0956ebd787d350016d3c3a20ef7532b3aac9/charts/logzio-telemetry/templates/_pod.tpl#L92C17-L92C17
I installed the chart with those arguments (shipping keys are excluded from this snippet):
The helm chart install successfully, but the standalone deployment's container will not create a container:
If I am not setting the custom endpoint value, this should not happen. There is likely some error in the chart's logic. You could track that down to fix that or you could set the optional field for the environment variable:
Let me know if you have any questions. This error isn't immediately obvious to you when installing the helm chart. If you don't describe the pod soon enough, the actual failure reason won't appear. I had to reinstall the deployment to see this error.
The text was updated successfully, but these errors were encountered: