Fix DEBUG value to be true instead of 1

pull/416/head
Arthur Rio 2019-07-16 17:34:27 -07:00
parent df37e0b86a
commit 84b0371029
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
name: keel
description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight.
version: 0.8.13
version: 0.8.14
# Note that we use appVersion to get images tag, so make sure this is correct.
appVersion: 0.15.0-rc1
keywords:

View File

@ -135,7 +135,7 @@ spec:
{{- if .Values.debug }}
# Enable debug logging
- name: DEBUG
value: "1"
value: "true"
{{- end }}
{{- if .Values.insecureRegistry }}
# Enable insecure registries