From 5cb9fe2e8490e9fe3d0b36dd7536c51f984f3579 Mon Sep 17 00:00:00 2001 From: Michal Fojtik Date: Fri, 28 Aug 2020 13:23:19 +0200 Subject: [PATCH] manifests: move downloads deployment to use python3 --- manifests/07-downloads-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/07-downloads-deployment.yaml b/manifests/07-downloads-deployment.yaml index b33cea0b5d..b9fc03c0f3 100644 --- a/manifests/07-downloads-deployment.yaml +++ b/manifests/07-downloads-deployment.yaml @@ -168,5 +168,5 @@ spec: [Thread(i, socket=sock) for i in range(100)] time.sleep(9e9) EOF - exec python2 /tmp/serve.py # the cli image only has Python 2.7 + exec python3 /tmp/serve.py # the cli image only has Python 3 if based on RHEL8 terminationGracePeriodSeconds: 1