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