Skip to content

Commit 35906f1

Browse files
authored
docs(getting-started): update stackablectl op install output, make it consistent with other operator docs (#733)
1 parent 5b06320 commit 35906f1

File tree

5 files changed

+11
-17
lines changed

5 files changed

+11
-17
lines changed

docs/modules/kafka/examples/getting_started/install-operator-output.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/modules/kafka/examples/getting_started/install-operator-output.txt.j2

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Installed commons=0.0.0-dev operator
2+
Installed secret=0.0.0-dev operator
3+
Installed listener=0.0.0-dev operator
4+
Installed zookeeper=0.0.0-dev operator
5+
Installed kafka=0.0.0-dev operator
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Installed commons={{ versions.commons }} operator
2+
Installed secret={{ versions.secret }} operator
3+
Installed listener={{ versions.listener }} operator
4+
Installed zookeeper={{ versions.zookeeper }} operator
5+
Installed kafka={{ versions.kafka }} operator

docs/modules/kafka/pages/getting_started/installation.adoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ include::example$getting_started/getting_started.sh[tag=stackablectl-install-ope
2626
The tool will show
2727

2828
[source]
29-
----
30-
include::example$getting_started/install-operator-output.txt[tag=stackablectl-install-operators-output]
31-
----
29+
include::example$getting_started/install_output.txt[]
3230

3331
TIP: Consult the xref:management:stackablectl:quickstart.adoc[] to learn more about how to use `stackablectl`.
3432

0 commit comments

Comments
 (0)