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