Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
sbueringer committed Feb 27, 2023
1 parent 9c8c393 commit 32536bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hack/remote/cloud-init.yaml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ write_files:
kind version
# Store config for kind cluster with mounts for CAPD.
cat <<EOF > ${HOME}/kind.yaml
cat <<EOF > /root/kind.yaml
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
Expand Down
2 changes: 1 addition & 1 deletion hack/remote/setup-docker-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function template_cloud_init_file {
cloud_init_file="${ARTIFACTS_DOCKER_SERVER}/cloud-init.yaml"

# Ensure cloud init file exists and is empty.
truncate --size 0 "$cloud_init_file"
echo "" > "$cloud_init_file"

# Render cloud init file.
# shellcheck disable=SC2016,SC2086,SC2153
Expand Down

0 comments on commit 32536bb

Please sign in to comment.