-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(getting-started): update stackablectl op install output
- Loading branch information
1 parent
a31a2f9
commit ff98379
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
docs/modules/nifi/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,7 +1,7 @@ | ||
# 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 zookeeper operator in version 0.0.0-dev | ||
[INFO ] Installing nifi operator in version 0.0.0-dev | ||
Installing commons=0.0.0-dev operator | ||
Installing secret=0.0.0-dev operator | ||
Installing listener=0.0.0-dev operator | ||
Installing zookeeper=0.0.0-dev operator | ||
Installing nifi=0.0.0-dev operator | ||
# end::stackablectl-install-operators-output[] |
10 changes: 5 additions & 5 deletions
10
docs/modules/nifi/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,7 +1,7 @@ | ||
# 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 zookeeper operator in version {{ versions.zookeeper }} | ||
[INFO ] Installing nifi operator in version {{ versions.nifi }} | ||
Installing commons={{ versions.commons }} operator | ||
Installing secret={{ versions.secret }} operator | ||
Installing listener={{ versions.listener }} operator | ||
Installing zookeeper={{ versions.zookeeper }} operator | ||
Installing nifi={{ versions.nifi }} operator | ||
# end::stackablectl-install-operators-output[] |