diff --git a/api/krusty/fnplugin_test.go b/api/krusty/fnplugin_test.go index cfc6aed6d..5a321d52d 100644 --- a/api/krusty/fnplugin_test.go +++ b/api/krusty/fnplugin_test.go @@ -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)