-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: Add listener-operator where missing (#390)
* docs: Add listener-operator where missing * docs: Add listener-operator where missing
- Loading branch information
1 parent
4cb8432
commit abb0bce
Showing
10 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 2 additions & 1 deletion
3
docs/modules/hive/examples/getting_started/install-operator-output.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# tag::stackablectl-install-operators-output[] | ||
[INFO ] Installing commons operator in version 0.0.0-dev | ||
[INFO ] Installing secret operator in version 0.0.0-dev | ||
[INFO ] Installing listener operator in version 0.0.0-dev | ||
[INFO ] Installing hive operator in version 0.0.0-dev | ||
# end::stackablectl-install-operators-output[] | ||
# end::stackablectl-install-operators-output[] |
3 changes: 2 additions & 1 deletion
3
docs/modules/hive/examples/getting_started/install-operator-output.txt.j2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# tag::stackablectl-install-operators-output[] | ||
[INFO ] Installing commons operator in version {{ versions.commons }} | ||
[INFO ] Installing secret operator in version {{ versions.secret }} | ||
[INFO ] Installing listener operator in version {{ versions.listener }} | ||
[INFO ] Installing hive operator in version {{ versions.hive }} | ||
# end::stackablectl-install-operators-output[] | ||
# end::stackablectl-install-operators-output[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,5 @@ helm: | |
versions: | ||
commons: 0.0.0-dev | ||
secret: 0.0.0-dev | ||
listener: 0.0.0-dev | ||
hive: 0.0.0-dev |