Unverified Commit a2709c62 authored by julienmancuso's avatar julienmancuso Committed by GitHub
Browse files

fix: fix pipeline helm chart (#698)

parent e47e9d10
...@@ -72,8 +72,10 @@ spec: ...@@ -72,8 +72,10 @@ 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 }}"
{{- end }}
{{- if and .config.dynamo .config.dynamo.enabled }} {{- if and .config.dynamo .config.dynamo.enabled }}
- name: DYNAMO_NAMESPACE - name: DYNAMO_NAMESPACE
value: "{{ .config.dynamo.namespace }}" value: "{{ .config.dynamo.namespace }}"
......
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