Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Petr "Stone" Hracek <[email protected]>
  • Loading branch information
phracek committed May 14, 2024
1 parent b6b74e4 commit 7cfd518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vars/rhel8-s2i-python-312-container.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7cfd518

Please sign in to comment.