File tree 1 file changed +1
-2
lines changed
1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 33
33
34
34
.PHONY : dev.update-bootstrap-credentials-aws
35
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
36
dev.update-bootstrap-credentials-aws :
38
- kubectl patch secret capa-manager-bootstrap-credentials -n capa-system -p=' { "data":{"credentials": "$(AWS_B64ENCODED_CREDENTIALS) "}}'
37
+ kubectl patch secret capa-manager-bootstrap-credentials -n capa-system -p=" { \ " data\ " :{\ " credentials\ " : \" $$ (clusterawsadm bootstrap credentials encode-as-profile) \ " }}"
39
38
kubectl rollout restart deployment capa-controller-manager -n capa-system
40
39
kubectl rollout status deployment capa-controller-manager -n capa-system
You can’t perform that action at this time.
0 commit comments