mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-18 19:50:11 -03:30
helm: fix pyyaml package on RH distros (#10204)
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
committed by
GitHub
parent
ce13699dfa
commit
f8fadf53cd
2
roles/kubernetes-apps/helm/vars/centos-7.yml
Normal file
2
roles/kubernetes-apps/helm/vars/centos-7.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
pyyaml_package: PyYAML
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
pyyaml_package: python3-pyyaml
|
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
pyyaml_package: PyYAML
|
pyyaml_package: python3-pyyaml
|
||||||
|
|||||||
2
roles/kubernetes-apps/helm/vars/redhat-7.yml
Normal file
2
roles/kubernetes-apps/helm/vars/redhat-7.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
---
|
||||||
|
pyyaml_package: PyYAML
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
---
|
|
||||||
pyyaml_package: python3-pyyaml
|
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
pyyaml_package: PyYAML
|
pyyaml_package: python3-pyyaml
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
---
|
---
|
||||||
pyyaml_package: PyYAML
|
pyyaml_package: python3-pyyaml
|
||||||
|
|||||||
Reference in New Issue
Block a user