Skip to content

Commit 3a3feee

Browse files
committed
Remove comments from script
1 parent d6470ca commit 3a3feee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

deploy/util/deploy-hostpath.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,9 @@ done
214214
echo "deploying hostpath components"
215215
for i in $(ls ${BASE_DIR}/hostpath/*.yaml | sort); do
216216
echo " $i"
217-
# start of container feature flag arguments
218217
if volume_mode_conversion; then
219218
sed -i -e 's/# end csi-provisioner args/- \"--prevent-volume-mode-conversion=true\"\n # end csi-provisioner args/' $i
220219
fi
221-
# end of container feature flag arguments
222220
modified="$(cat "$i" | sed -e "s;${default_kubelet_data_dir}/;${KUBELET_DATA_DIR}/;" | while IFS= read -r line; do
223221
nocomments="$(echo "$line" | sed -e 's/ *#.*$//')"
224222
if echo "$nocomments" | grep -q '^[[:space:]]*image:[[:space:]]*'; then

0 commit comments

Comments
 (0)