Skip to content

Commit 72c30b5

Browse files
supershaldkoshkin
andauthored
Update target name to dev.update-aws-bootstrap-credentials
Co-authored-by: Dimitri Koshkin <[email protected]>
1 parent ac900a9 commit 72c30b5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

make/dev.mk

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ endif
3131
kubectl rollout status deployment cluster-api-runtime-extensions-nutanix
3232

3333

34-
.PHONY: dev.update-bootstrap-credentials-aws
35-
dev.update-bootstrap-credentials-aws: export KUBECONFIG := $(KIND_KUBECONFIG)
36-
dev.update-bootstrap-credentials-aws: export AWS_B64ENCODED_CREDENTIALS := $(shell clusterawsadm bootstrap credentials encode-as-profile)
37-
dev.update-bootstrap-credentials-aws:
34+
.PHONY: dev.update-aws-bootstrap-credentials
35+
dev.update-aws-bootstrap-credentials: export KUBECONFIG := $(KIND_KUBECONFIG)
36+
dev.update-aws-bootstrap-credentials: export AWS_B64ENCODED_CREDENTIALS := $(shell clusterawsadm bootstrap credentials encode-as-profile)
37+
dev.update-aws-bootstrap-credentials:
3838
kubectl patch secret capa-manager-bootstrap-credentials -n capa-system -p='{"data":{"credentials": "$(AWS_B64ENCODED_CREDENTIALS)"}}'
3939
kubectl rollout restart deployment capa-controller-manager -n capa-system
4040
kubectl rollout status deployment capa-controller-manager -n capa-system

0 commit comments

Comments
 (0)