You need to sign in or sign up before continuing.
Unverified Commit a2709c62 authored by julienmancuso's avatar julienmancuso Committed by GitHub
Browse files

fix: fix pipeline helm chart (#698)

parent e47e9d10
...@@ -72,18 +72,20 @@ spec: ...@@ -72,18 +72,20 @@ spec:
{{ end }} {{ end }}
{{ end }} {{ end }}
env: env:
{{- if and .config.traffic .config.traffic.timeout }}
- name: TRAFFIC_TIMEOUT - name: TRAFFIC_TIMEOUT
value: "{{ .config.traffic.timeout }}" value: "{{ .config.traffic.timeout }}"
{{- if and .config.dynamo .config.dynamo.enabled }} {{- end }}
{{- if and .config.dynamo .config.dynamo.enabled }}
- name: DYNAMO_NAMESPACE - name: DYNAMO_NAMESPACE
value: "{{ .config.dynamo.namespace }}" value: "{{ .config.dynamo.namespace }}"
- name: DYNAMO_NAME - name: DYNAMO_NAME
value: "{{ .config.dynamo.name }}" value: "{{ .config.dynamo.name }}"
{{- end }} {{- end }}
{{- if .config.workers }} {{- if .config.workers }}
- name: WORKERS - name: WORKERS
value: "{{ .config.workers }}" value: "{{ .config.workers }}"
{{- end }} {{- end }}
- name: PORT - name: PORT
value: "3000" value: "3000"
{{- if $.Values.natsAddr }} {{- if $.Values.natsAddr }}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment