We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de2df21 commit d03a6b4Copy full SHA for d03a6b4
test/test-lib-postgresql.sh
@@ -31,6 +31,8 @@ function test_postgresql_imagestream() {
31
local tag="-el7"
32
if [ "${OS}" == "rhel8" ]; then
33
tag="-el8"
34
+ elif [ "${OS}" == "rhel9" ]; then
35
+ tag="-el9"
36
fi
37
ct_os_test_image_stream_template "${THISDIR}/imagestreams/postgresql-${OS%[0-9]*}.json" "${THISDIR}/examples/postgresql-ephemeral-template.json" postgresql "-p POSTGRESQL_VERSION=${VERSION}${tag}"
38
}
0 commit comments