File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -209,8 +209,8 @@ pkg/mocks/mock%.go: $(shell find ./pkg/cloud -type f -name "*test*" -prune -o -p
209
209
# #@ Tilt
210
210
211
211
.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
214
214
215
215
.PHONY : kind-cluster
216
216
kind-cluster : cluster-api # # Create a kind cluster with a local Docker repository.
Original file line number Diff line number Diff line change @@ -7,4 +7,3 @@ export PROJECT_DIR=`pwd`
7
7
export KUBEBUILDER_ASSETS=$PROJECT_DIR /bin
8
8
export PATH=$PROJECT_DIR /bin:$PATH
9
9
export ACK_GINKGO_DEPRECATIONS=1.16.4
10
- export CLOUDSTACK_B64ENCODED_SECRET=$( base64 -i ./cloud-config)
You can’t perform that action at this time.
0 commit comments