Skip to content

Commit

Permalink
Fixed typo in healthy.sh liveness probe comment
Browse files Browse the repository at this point in the history
  • Loading branch information
petergvizd authored and ahma committed Apr 29, 2022
1 parent f2839e0 commit 5935902
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion fluentd-image/e2e-test/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down
2 changes: 1 addition & 1 deletion fluentd-image/v1.10/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down
2 changes: 1 addition & 1 deletion fluentd-image/v1.11/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down
2 changes: 1 addition & 1 deletion fluentd-image/v1.12/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down
2 changes: 1 addition & 1 deletion fluentd-image/v1.13/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down
2 changes: 1 addition & 1 deletion fluentd-image/v1.14/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down
2 changes: 1 addition & 1 deletion fluentd-image/v1.7/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down
2 changes: 1 addition & 1 deletion fluentd-image/v1.9/healthy.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh -x

# 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
Expand Down

0 comments on commit 5935902

Please sign in to comment.