mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-14 13:54:37 +03:00
Fix gen_tags.sh script
This commit is contained in:
4
scripts/gen_tags.sh
Normal file → Executable file
4
scripts/gen_tags.sh
Normal file → Executable file
@@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh -eo pipefail
|
#!/bin/sh
|
||||||
|
set -eo pipefail
|
||||||
|
|
||||||
#Generate MD formatted tags from roles and cluster yaml files
|
#Generate MD formatted tags from roles and cluster yaml files
|
||||||
printf "|%25s |%9s\n" "Tag name" "Used for"
|
printf "|%25s |%9s\n" "Tag name" "Used for"
|
||||||
echo "|--------------------------|---------"
|
echo "|--------------------------|---------"
|
||||||
|
|||||||
Reference in New Issue
Block a user