Skip to content

Commit

Permalink
[docs] fix some typos and markdown issues on helm documentation (#4867)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
hilmarf authored Mar 25, 2024
1 parent 70dac23 commit 2d3c666
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions cmd/helmExecute_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions resources/metadata/helmExecute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ metadata:
Executes helm functionality as 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 Charts] (https://artifacthub.io/)
* [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/)
```
Available Commands:
`upgrade`, `lint`, `install`, `test`, `uninstall`, `dependency`, `publish`
Expand All @@ -18,8 +18,8 @@ metadata:
install install a chart
test run tests for a release
uninstall uninstall a release
dependency package a chart directory into a chart archive
publish package and puslish a release
dependency package a chart directory into a chart archive
publish package and publish a release
```
Expand Down

0 comments on commit 2d3c666

Please sign in to comment.