Fix DEBUG value to be true instead of 1
parent
df37e0b86a
commit
84b0371029
|
@ -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:
|
||||
|
|
|
@ -135,7 +135,7 @@ spec:
|
|||
{{- if .Values.debug }}
|
||||
# Enable debug logging
|
||||
- name: DEBUG
|
||||
value: "1"
|
||||
value: "true"
|
||||
{{- end }}
|
||||
{{- if .Values.insecureRegistry }}
|
||||
# Enable insecure registries
|
||||
|
|
Loading…
Reference in New Issue