Add XDG related Helm paths to be removed (#9561)
This commit is contained in:
@ -263,6 +263,9 @@
|
||||
- "{{ containerd_storage_dir }}"
|
||||
- "{{ ansible_env.HOME | default('/root') }}/.kube"
|
||||
- "{{ ansible_env.HOME | default('/root') }}/.helm"
|
||||
- "{{ ansible_env.HOME | default('/root') }}/.config/helm"
|
||||
- "{{ ansible_env.HOME | default('/root') }}/.cache/helm"
|
||||
- "{{ ansible_env.HOME | default('/root') }}/.local/share/helm"
|
||||
- "{{ etcd_data_dir }}"
|
||||
- "{{ etcd_events_data_dir }}"
|
||||
- "{{ etcd_config_dir }}"
|
||||
|
Reference in New Issue
Block a user