mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-26 20:13:29 +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
|
- makedirs: True
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- mode: 755
|
- mode: 644
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% set is_helium = '0' %}
|
{% set is_helium = '0' %}
|
||||||
|
Loading…
Reference in New Issue
Block a user