From 979bcb1291ee00212cd447e3f5e6044dc3861902 Mon Sep 17 00:00:00 2001 From: Jianfeng Li Date: Fri, 23 Feb 2018 15:08:44 +0800 Subject: [PATCH] fix a typo (#7492) --- docs/tasks/debug-application-cluster/fluentd-gcp-ds.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tasks/debug-application-cluster/fluentd-gcp-ds.yaml b/docs/tasks/debug-application-cluster/fluentd-gcp-ds.yaml index 2b02f6993d..7edd2c107e 100644 --- a/docs/tasks/debug-application-cluster/fluentd-gcp-ds.yaml +++ b/docs/tasks/debug-application-cluster/fluentd-gcp-ds.yaml @@ -55,7 +55,7 @@ spec: readOnly: true - name: config-volume mountPath: /etc/fluent/config.d - # Liveness probe is aimed to help in situarions where fluentd + # Liveness probe is aimed to help in situations where fluentd # silently hangs for no apparent reasons until manual restart. # The idea of this probe is that if fluentd is not queueing or # flushing chunks for 5 minutes, something is not right. If