mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 01:29:42 +03:00
Kubelet csr approver (#9877)
* chore(helm-apps): fix README example README shows a non-working example according to the specs for this role. * Add support for kubelet-csr-approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * Add tests for kubelet-csr-approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> * Add Documentation for Kubelet CSR Approver Co-Authored-By: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch> --------- Co-authored-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
@@ -32,8 +32,8 @@ Playbook example:
|
||||
chart_ref: simple-app/simple-app
|
||||
wait_timeout: "10m" # override the same option in `release_common_opts`
|
||||
repositories: "{{ repos }}"
|
||||
- repo_name: simple-app
|
||||
repo_url: "https://blog.leiwang.info/simple-app"
|
||||
- name: simple-app
|
||||
url: "https://blog.leiwang.info/simple-app"
|
||||
release_common_opts: "{{ helm_params }}"
|
||||
wait_timeout: "5m"
|
||||
```
|
||||
|
||||
3
roles/helm-apps/meta/main.yml
Normal file
3
roles/helm-apps/meta/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
---
|
||||
dependencies:
|
||||
- role: kubernetes-apps/helm
|
||||
Reference in New Issue
Block a user