Skip to content

Commit 4fdaeca

Browse files
committed
docs(getting-started): make stackablectl op install output templating consistent with others
1 parent bceaafd commit 4fdaeca

File tree

3 files changed

+9
-15
lines changed

3 files changed

+9
-15
lines changed
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# tag::stackablectl-install-operators-output[]
2-
Installing commons=0.0.0-dev operator
3-
Installing secret=0.0.0-dev operator
4-
Installing listener=0.0.0-dev operator
5-
Installing hive=0.0.0-dev operator
6-
# end::stackablectl-install-operators-output[]
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 hive=0.0.0-dev operator
Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# tag::stackablectl-install-operators-output[]
2-
Installing commons={{ versions.commons }} operator
3-
Installing secret={{ versions.secret }} operator
4-
Installing listener={{ versions.listener }} operator
5-
Installing hive={{ versions.hive }} operator
6-
# end::stackablectl-install-operators-output[]
1+
Installed commons={{ versions.commons }} operator
2+
Installed secret={{ versions.secret }} operator
3+
Installed listener={{ versions.listener }} operator
4+
Installed hive={{ versions.hive }} operator

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

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

113113
[source]
114-
----
115-
include::example$getting_started/install-operator-output.txt[tag=stackablectl-install-operators-output]
116-
----
114+
include::example$getting_started/install_output.txt[]
117115

118116
=== Helm
119117

0 commit comments

Comments
 (0)