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:
{{ end }}
{{ end }}
env:
{{- if and .config.traffic .config.traffic.timeout }}
- name: TRAFFIC_TIMEOUT
value: "{{ .config.traffic.timeout }}"
{{- if and .config.dynamo .config.dynamo.enabled }}
{{- end }}
{{- if and .config.dynamo .config.dynamo.enabled }}
- name: DYNAMO_NAMESPACE
value: "{{ .config.dynamo.namespace }}"
- name: DYNAMO_NAME
value: "{{ .config.dynamo.name }}"
{{- end }}
{{- if .config.workers }}
{{- end }}
{{- if .config.workers }}
- name: WORKERS
value: "{{ .config.workers }}"
{{- end }}
{{- end }}
- name: PORT
value: "3000"
{{- 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