Add XDG related Helm paths to be removed (#9561)
This commit is contained in:
parent
03fefa8933
commit
67c4f2d95e
1 changed files with 3 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue