From d44721dcd4c6a2c91c951bc6bf5691ee7f93c927 Mon Sep 17 00:00:00 2001 From: "Petr \"Stone\" Hracek" Date: Thu, 2 May 2024 13:33:01 +0200 Subject: [PATCH] Fix typo Signed-off-by: Petr "Stone" Hracek --- vars/rhel8-s2i-python-312-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/rhel8-s2i-python-312-container.yml b/vars/rhel8-s2i-python-312-container.yml index 646f793..aa01a6e 100644 --- a/vars/rhel8-s2i-python-312-container.yml +++ b/vars/rhel8-s2i-python-312-container.yml @@ -1,6 +1,6 @@ registry_redhat_io: "rhel8/python-312" tag_name: "python:3.12-el8" -deployment: "oc new-app python:3.12-el9~https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/" +deployment: "oc new-app python:3.12-el8~https://github.com/sclorg/s2i-python-container.git --context-dir=3.12/test/setup-test-app/" pod_name: "s2i-python-container" add_route: true check_curl_output: "Hello from gunicorn WSGI application"