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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

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