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 235a531 commit 05c0013Copy full SHA for 05c0013
1 file changed
docs/modules/hive/examples/getting_started/getting_started.sh
@@ -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