log level fix
This commit is contained in:
@@ -11,7 +11,7 @@ image:
|
|||||||
# This sets the pull policy for images.
|
# This sets the pull policy for images.
|
||||||
pullPolicy: Always
|
pullPolicy: Always
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# Overrides the image tag whose default is the chart appVersion.
|
||||||
tag: "0.0.1"
|
tag: "0.0.2"
|
||||||
|
|
||||||
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
# This is for the secrets for pulling an image from a private repository more information can be found here: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/
|
||||||
imagePullSecrets:
|
imagePullSecrets:
|
||||||
@@ -150,6 +150,8 @@ env:
|
|||||||
value: "30"
|
value: "30"
|
||||||
- name: POLL_INTERVAL
|
- name: POLL_INTERVAL
|
||||||
value: "10"
|
value: "10"
|
||||||
|
- name: LOG_LEVEL
|
||||||
|
value: "DEBUG"
|
||||||
|
|
||||||
|
|
||||||
ssh:
|
ssh:
|
||||||
|
|||||||
Reference in New Issue
Block a user