Skip to content

Commit

Permalink
fix(fluentd): livenessProbe multiline folded to literal style (#138)
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Huang <[email protected]>

Signed-off-by: Kevin Huang <[email protected]>
  • Loading branch information
huangkevin404 authored Dec 5, 2022
1 parent a6ef6e3 commit 52b29d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: fluentd-elasticsearch
version: 13.8.0
version: 13.8.1
appVersion: v4.2.3
type: application
home: https://www.fluentd.org/
Expand Down
2 changes: 1 addition & 1 deletion charts/fluentd-elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ livenessProbe:
# liveness probe off completely.
- '/bin/sh'
- '-c'
- >
- |
LIVENESS_THRESHOLD_SECONDS=${LIVENESS_THRESHOLD_SECONDS:-300};
STUCK_THRESHOLD_SECONDS=${STUCK_THRESHOLD_SECONDS:-900};
BUFFER_PATH=${BUFFER_PATH:-/var/log/fluentd-buffers/kubernetes.system.buffer}
Expand Down

0 comments on commit 52b29d8

Please sign in to comment.