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 47fcc18 commit b04ac57Copy full SHA for b04ac57
build/postgres-operator/install-extensions.sh
@@ -16,7 +16,7 @@ if [[ -n $STORAGE_ENDPOINT ]]; then
16
args+=(-endpoint "$STORAGE_ENDPOINT")
17
fi
18
19
-if [[ "${STORAGE_DISABLE_SSL}" == "true" ]]; then
+if [[ ${STORAGE_DISABLE_SSL} == "true" ]]; then
20
args+=(-disable-ssl)
21
22
0 commit comments