Kubelet csr approver fixes (#10165)

* Fix upgrade-path for kubelet-csr-approver

Fixes an error when you enable kubelet-csr-approver when upgrading.
It hangs waiting for the certificate to be approved since the
kubelet-csr-approver is not installed yet.

* Add missing package when using helm role
This commit is contained in:
James
2023-06-06 09:27:00 +00:00
committed by GitHub
parent 18d84db41c
commit 4c76feb574
11 changed files with 38 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
---
pyyaml_package: PyYAML