-
Notifications
You must be signed in to change notification settings - Fork 515
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(helm): replace references to the
helm install
CLI command with …
…the new `helm-install` goal/task. Signed-off-by: Rohan Kumar <[email protected]>
- Loading branch information
1 parent
d8db3e6
commit b594cb1
Showing
5 changed files
with
8 additions
and
17 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
8 changes: 1 addition & 7 deletions
8
jkube-kit/doc/src/main/asciidoc/inc/helm/gradle/_helm_install.adoc
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,10 +1,4 @@ | ||
[source, sh, subs="+attributes"] | ||
---- | ||
helm install nameForChartInRepository build/jkube/helm/${chartName}/{cluster} | ||
---- | ||
or | ||
|
||
[source, sh, subs="+attributes"] | ||
---- | ||
helm install build/jkube/helm/${chartName}/{cluster} --generate-name | ||
./gradlew {task-prefix}HelmInstall | ||
---- |
6 changes: 1 addition & 5 deletions
6
jkube-kit/doc/src/main/asciidoc/inc/helm/maven/_helm_install.adoc
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,8 +1,4 @@ | ||
[source, sh, subs="+attributes"] | ||
---- | ||
helm install nameForChartInRepository target/jkube/helm/${chartName}/kubernetes | ||
---- | ||
or | ||
---- | ||
helm install target/jkube/helm/${chartName}/kubernetes --generate-name | ||
mvn {goal-prefix}:helm-install | ||
---- |
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