mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-22 10:27:56 +00:00
Salt: Make sure git is installed, for gitRepo volumes
Seems to be included in the GCE base image, but not on the images we use on AWS (Ubuntu images). Fix #20957
This commit is contained in:
@@ -17,3 +17,7 @@ pkg-core:
|
||||
{% if grains['os'] == 'Ubuntu' %}
|
||||
- netcat-traditional
|
||||
{% endif %}
|
||||
# Make sure git is installed for mounting git volumes
|
||||
{% if grains['os'] == 'Ubuntu' %}
|
||||
- git
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user