Skip to content

Commit 4f41cf0

Browse files
committed
Fix hazelcast alignment
Signed-off-by: pritamdas99 <[email protected]>
1 parent 03a30f6 commit 4f41cf0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

content/post/kubedb-v2025.5.30/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ spec:
247247

248248
```bash
249249
$ kubectl get hazelcast -n demo hazelcast-standalone
250-
NAME VERSION STATUS AGE
251-
hazelcast-standalone 5.5.2 Ready 2m39s
250+
NAME VERSION STATUS AGE
251+
hazelcast-standalone 5.5.2 Ready 2m39s
252252
```
253253

254254
### Deploy a `Replicaset` Instance with multiple replicas
@@ -277,8 +277,8 @@ spec:
277277

278278
```bash
279279
➤ kubectl get hazelcast -n demo hazelcast-sample
280-
NAME VERSION STATUS AGE
281-
hazelcast-sample 5.5.2 Ready 4m
280+
NAME VERSION STATUS AGE
281+
hazelcast-sample 5.5.2 Ready 4m
282282
➤ kubectl get pods -n demo
283283
NAME READY STATUS RESTARTS AGE
284284
hazelcast-sample-0 1/1 Running 0 4m

0 commit comments

Comments
 (0)