From a4b5b230d3ec45826835f1dd6a36f773b54349a0 Mon Sep 17 00:00:00 2001 From: Andrew Kenworthy Date: Thu, 21 Mar 2024 13:03:04 +0100 Subject: [PATCH] corrected flags in .sh.j2 file as this will be used to generate the .sh file (#438) (cherry picked from commit 0873a316124c0ccc553700c2abc1538bcaf39f91) --- .../hive/examples/getting_started/getting_started.sh.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/hive/examples/getting_started/getting_started.sh.j2 b/docs/modules/hive/examples/getting_started/getting_started.sh.j2 index a04ed495..fac50072 100755 --- a/docs/modules/hive/examples/getting_started/getting_started.sh.j2 +++ b/docs/modules/hive/examples/getting_started/getting_started.sh.j2 @@ -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[] ;;