mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-15 12:18:57 +00:00
Corrected literal to make lint happy
This commit is contained in:
@@ -159,7 +159,7 @@ spec:
|
|||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -ecx
|
- -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.
|
# Other nodes aren't able to look up the unqualified hostname.
|
||||||
CRARGS=("start" "--logtostderr" "--insecure" "--host" "$(hostname -f)" "--http-host" "0.0.0.0")
|
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)
|
# We only want to initialize a new cluster (by omitting the join flag)
|
||||||
|
|||||||
Reference in New Issue
Block a user