Corrected literal to make lint happy

This commit is contained in:
Alexey Odinokov
2020-06-15 04:27:27 +00:00
parent 448c060084
commit 1aca8b8b9e

View File

@@ -159,7 +159,7 @@ spec:
- /bin/bash
- -ecx
- |
# The use of qualified ` + "`hostname -f`" + ` is crucial:
# The use of qualified `+"`hostname -f`"+` is crucial:
# Other nodes aren't able to look up the unqualified hostname.
CRARGS=("start" "--logtostderr" "--insecure" "--host" "$(hostname -f)" "--http-host" "0.0.0.0")
# We only want to initialize a new cluster (by omitting the join flag)