File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,10 @@ endif
31
31
kubectl rollout status deployment cluster-api-runtime-extensions-nutanix
32
32
33
33
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 :
38
38
kubectl patch secret capa-manager-bootstrap-credentials -n capa-system -p=' {"data":{"credentials": "$(AWS_B64ENCODED_CREDENTIALS)"}}'
39
39
kubectl rollout restart deployment capa-controller-manager -n capa-system
40
40
kubectl rollout status deployment capa-controller-manager -n capa-system
You can’t perform that action at this time.
0 commit comments