Skip to content

Commit

Permalink
chore(charts): add DEIS_IGNORE_SCHEDULING_FAILURE to helm chart
Browse files Browse the repository at this point in the history
Signed-off-by: Cryptophobia <aouzounov@gmail.com>
  • Loading branch information
Cryptophobia committed Jan 14, 2020
1 parent ce67616 commit 901b8f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/controller/templates/controller-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ spec:
secretKeyRef:
name: database-creds
key: password
{{- if (.Values.deis_ignore_scheduling_failure) }}
- name: DEIS_IGNORE_SCHEDULING_FAILURE
value: "{{ .Values.deis_ignore_scheduling_failure }}"
{{- end }}
- name: RESERVED_NAMES
value: "deis, deis-builder, deis-workflow-manager, grafana"
- name: WORKFLOW_NAMESPACE
Expand Down

0 comments on commit 901b8f1

Please sign in to comment.