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
in the helm-charts jaeger templates allinone-deplaoy.yaml
spec: containers: - env: {{- if .Values.allInOne.extraEnv }} {{- toYaml .Values.allInOne.extraEnv | nindent 12 }} {{- end }} - name: SPAN_STORAGE_TYPE value: memory - name: COLLECTOR_ZIPKIN_HOST_PORT value: :9411 - name: JAEGER_DISABLED value: "false" - name: COLLECTOR_OTLP_ENABLED value: "true" {{- if .Values.allInOne.samplingConfig }} - name: SAMPLING_STRATEGIES_FILE value: /etc/conf/strategies.json {{- end }} {{- with .Values.allInOne.envFrom }} envFrom: {{- toYaml . | nindent 12 }} {{- end }}
so,custom env from extraEnv will be covered. how to set SPAN_STORAGE_TYPE = cassandra? It will always be on top of the environment variable "memory".
set helm values.yaml
helm install all-in-one
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What happened?
in the helm-charts jaeger templates allinone-deplaoy.yaml
so,custom env from extraEnv will be covered.
how to set SPAN_STORAGE_TYPE = cassandra?
It will always be on top of the environment variable "memory".
Steps to reproduce
set helm values.yaml
Expected behavior
helm install all-in-one
Relevant log output
No response
Screenshot
No response
Additional context
No response
Jaeger backend version
No response
SDK
No response
Pipeline
No response
Stogage backend
No response
Operating system
No response
Deployment model
No response
Deployment configs
No response
The text was updated successfully, but these errors were encountered: