Signed-off-by: Xiang Dai <764524258@qq.com>
pull/422/head
Xiang Dai 6 years ago
parent 4e20aeb952
commit 3732814d0e
  1. 2
      production/helm/templates/promtail/daemonset.yaml

@ -61,7 +61,7 @@ spec:
livenessProbe:
{{- toYaml .Values.promtail.livenessProbe | nindent 12 }}
{{- end }}
{{- if .Values.promtail.livenessProbe }}
{{- if .Values.promtail.readinessProbe }}
readinessProbe:
{{- toYaml .Values.promtail.readinessProbe | nindent 12 }}
{{- end }}

Loading…
Cancel
Save