LeastAuthority/leastauthority.com

Fix misnamed method in new kubectl abstraction

Closed this issue · 0 comments

k8s/build defines kubectl_call method instead of check_call method. Code in the same file tries to use check_call and fails. Rename the method so it works.