Add XDG related Helm paths to be removed (#9561)

This commit is contained in:
emiran-orange
2022-12-10 12:59:40 +01:00
committed by GitHub
parent 03fefa8933
commit 67c4f2d95e

View File

@ -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 }}"