Skip to content

Commit

Permalink
Fix incorrect wait online name for kubectl_apply
Browse files Browse the repository at this point in the history
  • Loading branch information
ananace committed Apr 12, 2023
1 parent 1e8ad6e commit decd957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/type/kubectl_apply.rb
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def retrieve
['kube-apiserver']
end
autorequire(:exec) do
['k8s-apiserver wait online']
['k8s apiserver wait online']
end
autorequire(:file) do
[
Expand Down

0 comments on commit decd957

Please sign in to comment.