Skip to content

Commit

Permalink
corrected flags in .sh.j2 file as this will be used to generate the .…
Browse files Browse the repository at this point in the history
…sh file (#438)

(cherry picked from commit 0873a31)
  • Loading branch information
adwk67 committed Mar 21, 2024
1 parent a355918 commit a4b5b23
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ fi
echo "Installing MinIO and PostgreSQL with stackablectl"
# tag::stackablectl-install-minio-postgres-stack[]
stackablectl \
--additional-stacks-file stackablectl-hive-postgres-minio-stack.yaml \
--additional-releases-file release.yaml \
--stack-file stackablectl-hive-postgres-minio-stack.yaml \
--release-file release.yaml \
stack install hive-minio-postgres
# end::stackablectl-install-minio-postgres-stack[]
;;
Expand Down

0 comments on commit a4b5b23

Please sign in to comment.