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 bd81554 commit 0873a31Copy full SHA for 0873a31
1 file changed
docs/modules/hive/examples/getting_started/getting_started.sh.j2
@@ -82,8 +82,8 @@ fi
82
echo "Installing MinIO and PostgreSQL with stackablectl"
83
# tag::stackablectl-install-minio-postgres-stack[]
84
stackablectl \
85
---additional-stacks-file stackablectl-hive-postgres-minio-stack.yaml \
86
---additional-releases-file release.yaml \
+--stack-file stackablectl-hive-postgres-minio-stack.yaml \
+--release-file release.yaml \
87
stack install hive-minio-postgres
88
# end::stackablectl-install-minio-postgres-stack[]
89
;;
0 commit comments