Skip to content

Commit e8f2e2c

Browse files
committed
Remove dependency to cloud-config file
1 parent c214c6a commit e8f2e2c

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ pkg/mocks/mock%.go: $(shell find ./pkg/cloud -type f -name "*test*" -prune -o -p
209209
##@ Tilt
210210

211211
.PHONY: tilt-up
212-
tilt-up: cluster-api kind-cluster cluster-api/tilt-settings.json manifests cloud-config ## Setup and run tilt for development.
213-
export CLOUDSTACK_B64ENCODED_SECRET=$$(base64 -w0 -i cloud-config 2>/dev/null || base64 -b 0 -i cloud-config) && cd cluster-api && tilt up
212+
tilt-up: cluster-api kind-cluster cluster-api/tilt-settings.json manifests ## Setup and run tilt for development.
213+
cd cluster-api && tilt up
214214

215215
.PHONY: kind-cluster
216216
kind-cluster: cluster-api ## Create a kind cluster with a local Docker repository.

hack/setup_for_dev.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,3 @@ export PROJECT_DIR=`pwd`
77
export KUBEBUILDER_ASSETS=$PROJECT_DIR/bin
88
export PATH=$PROJECT_DIR/bin:$PATH
99
export ACK_GINKGO_DEPRECATIONS=1.16.4
10-
export CLOUDSTACK_B64ENCODED_SECRET=$(base64 -i ./cloud-config)

0 commit comments

Comments
 (0)