Skip to content
Snippets Groups Projects
Commit a11b8dc0 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6747 update deployment.yml

parent 7d65af88
Branches
Tags
No related merge requests found
......@@ -59,7 +59,7 @@ spec:
containers:
- env:
- name: APP_ENV
value: "{{ .Values.appEnv | default "dev" }}"
value: "{{ .Values.appEnv | default "" }}"
{{- with include "app.getCustomList" . }}
{{ . | indent 10 }}
{{- end }}
......
......@@ -69,7 +69,7 @@ tests:
path: spec.template.spec.containers[0].env
content:
name: APP_ENV
value: "dev"
value: ""
- it: should set APP_ENV
set:
appEnv: prod
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment