mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-25 19:43:22 +00:00
Salt: mode for tar file should be 644, not 755
Probably harmless, but it doesn't make sense to have it be executable.
This commit is contained in:
parent
9856ed8f2a
commit
5bf346216c
@ -18,7 +18,7 @@ kube-proxy-tar:
|
||||
- makedirs: True
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 755
|
||||
- mode: 644
|
||||
{% endif %}
|
||||
|
||||
{% set is_helium = '0' %}
|
||||
|
Loading…
Reference in New Issue
Block a user