1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-02-05 13:25:19 +02:00

[docs] fix some typos and markdown issues on helm documentation (#4867)

* fixes `go build` on windows

cmd\cnbBuild.go:589:3: unknown field Credential in struct literal of
type "syscall".SysProcAttr
cmd\cnbBuild.go:589:24: undefined: syscall.Credential

* Update cnbBuildAttr.go

* Update cnbBuildAttr_windows.go

* go fmt

* fix some typos and markdown issues
This commit is contained in:
Hilmar Falkenberg 2024-03-25 14:00:01 +01:00 committed by GitHub
parent 70dac23c73
commit 2d3c666d3a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 8 additions and 8 deletions

View File

@ -99,8 +99,8 @@ func HelmExecuteCommand() *cobra.Command {
Executes helm functionality as the package manager for Kubernetes. Executes helm functionality as the package manager for Kubernetes.
* [Helm](https://helm.sh/) is the package manager for Kubernetes. * [Helm](https://helm.sh/) is the package manager for Kubernetes.
* [Helm documentation https://helm.sh/docs/intro/using_helm/ and best practies https://helm.sh/docs/chart_best_practices/conventions/] * [Helm documentation](https://helm.sh/docs/intro/using_helm/) and [best practices](https://helm.sh/docs/chart_best_practices/conventions/)
* [Helm Charts] (https://artifacthub.io/) * [Helm Charts](https://artifacthub.io/)
` + "`" + `` + "`" + `` + "`" + ` ` + "`" + `` + "`" + `` + "`" + `
Available Commands: Available Commands:
` + "`" + `upgrade` + "`" + `, ` + "`" + `lint` + "`" + `, ` + "`" + `install` + "`" + `, ` + "`" + `test` + "`" + `, ` + "`" + `uninstall` + "`" + `, ` + "`" + `dependency` + "`" + `, ` + "`" + `publish` + "`" + ` ` + "`" + `upgrade` + "`" + `, ` + "`" + `lint` + "`" + `, ` + "`" + `install` + "`" + `, ` + "`" + `test` + "`" + `, ` + "`" + `uninstall` + "`" + `, ` + "`" + `dependency` + "`" + `, ` + "`" + `publish` + "`" + `
@ -110,8 +110,8 @@ Available Commands:
install install a chart install install a chart
test run tests for a release test run tests for a release
uninstall uninstall a release uninstall uninstall a release
dependency package a chart directory into a chart archive dependency package a chart directory into a chart archive
publish package and puslish a release publish package and publish a release
` + "`" + `` + "`" + `` + "`" + ` ` + "`" + `` + "`" + `` + "`" + `

View File

@ -7,8 +7,8 @@ metadata:
Executes helm functionality as the package manager for Kubernetes. Executes helm functionality as the package manager for Kubernetes.
* [Helm](https://helm.sh/) is the package manager for Kubernetes. * [Helm](https://helm.sh/) is the package manager for Kubernetes.
* [Helm documentation https://helm.sh/docs/intro/using_helm/ and best practies https://helm.sh/docs/chart_best_practices/conventions/] * [Helm documentation](https://helm.sh/docs/intro/using_helm/) and [best practices](https://helm.sh/docs/chart_best_practices/conventions/)
* [Helm Charts] (https://artifacthub.io/) * [Helm Charts](https://artifacthub.io/)
``` ```
Available Commands: Available Commands:
`upgrade`, `lint`, `install`, `test`, `uninstall`, `dependency`, `publish` `upgrade`, `lint`, `install`, `test`, `uninstall`, `dependency`, `publish`
@ -18,8 +18,8 @@ metadata:
install install a chart install install a chart
test run tests for a release test run tests for a release
uninstall uninstall a release uninstall uninstall a release
dependency package a chart directory into a chart archive dependency package a chart directory into a chart archive
publish package and puslish a release publish package and publish a release
``` ```