feat: add option to patch kubernetes resources #1
@ -44,4 +44,4 @@ k3s_server_admission_configuration:
|
||||
qps: 10
|
||||
burst: 50
|
||||
|
||||
k3s_resource_patches: []
|
||||
k3s_server_resource_patches: []
|
||||
|
@ -45,7 +45,7 @@
|
||||
kubeconfig: "{{ __k3s_config_dir }}/k3s.yaml"
|
||||
state: patched
|
||||
definition: "{{ item.definition }}"
|
||||
loop: "{{ k3s_resource_patches }}"
|
||||
loop: "{{ k3s_server_resource_patches }}"
|
||||
loop_control:
|
||||
label: "{{ item.kind }}/{{ item.name }}"
|
||||
when: k3s_server | bool
|
||||
|
Loading…
Reference in New Issue
Block a user