Skip to content

Commit

Permalink
fix: STORAGE_METHOD -> STORAGE_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchavezs committed Jan 25, 2022
1 parent b9e38f2 commit 7d9c2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/zipkin-server/templates/deployment.yaml
Expand Up @@ -47,7 +47,7 @@ spec:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
env:
- name: STORAGE_METHOD
- name: STORAGE_TYPE
value: "{{ .Values.zipkin.storage.type }}"
{{- if eq .Values.zipkin.storage.type "elasticsearch" }}
{{- with .Values.zipkin.storage.elasticsearch }}
Expand Down

0 comments on commit 7d9c2cf

Please sign in to comment.