Skip to content

Commit 392eb93

Browse files
adwk67sbernauer
andauthored
Update docs/modules/hbase/examples/getting_started/getting_started.sh.j2
Co-authored-by: Sebastian Bernauer <sebastian.bernauer@stackable.de>
1 parent 90a28a1 commit 392eb93

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/hbase/examples/getting_started/getting_started.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ esac
5353

5454
# As of SDP 26.3 CRDs are managed by the operator not helm, so there should be an initial delay
5555
# to allow the CRDs to be detected
56-
sleep 10
56+
until kubectl get crd hbaseclusters.hbase.stackable.tech >/dev/null 2>&1; do sleep 1; done
5757

5858
echo "Creating ZooKeeper cluster"
5959
# tag::install-zk[]

0 commit comments

Comments
 (0)