Skip to content

Commit

Permalink
Initial Bugfixing
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Bähler <[email protected]>
  • Loading branch information
oliverbaehler committed Dec 20, 2020
1 parent 5a0cfbb commit f529263
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/manifests/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: manifests
description: "Bedag's Manifest chart. Library full of basic kubernetes manifests."
type: library
version: 0.1.0
version: 0.1.1
keywords:
- Bedag
- Manifests
Expand Down
2 changes: 2 additions & 0 deletions charts/manifests/README.md.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ Major Changes to functions are documented with the version affected. **Before up

# Documentation

For Artifacthub Users: The entire documentation can be found in the GitHub Repository.

We tried our best with the documentation. Since it's a very different approach on writing helm charts it's hard to explain. Therefor we suggest taking a look at other charts in this chart repository, since they (might) be written with the help of this library. We expect users of this library to have a deep know-hopw of Helm und Go Sprig. If that's not the case yet, we recommend coming back later, because the usage might frustrate you more than you actually benefit from it. We are planing to expand the documentation in the future, but currently there's a single person developing this project. So your contribution is welcome, if you are a fan of the project! :)

We recommend looking thirst through the **Kubernetes Manifests** section.
Expand Down
2 changes: 1 addition & 1 deletion charts/manifests/templates/manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ In the following sections we explain how to use the manifest.

* **[Bundles](#bundles)**
* **[Manifest Templates](#manifest-templates)**
* **[Templates](#resource-templa tes)**
* **[Templates](#resource-templates)**
* **[Examples](#examples)**

Don't forget to take a look at Presets as well:
Expand Down
2 changes: 1 addition & 1 deletion charts/manifests/templates/utils/_internal.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ limitations under the License.

*/
{{- define "bedag-lib.intern.docLink" -}}
https://github.com/oliverbaehler/helm-charts/blob/simplify/charts/manifests/templates/manifests/README.md
https://github.com/bedag/helm-charts/tree/master/charts/manifests/templates/manifests/README.md#container-template
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ accessModes: [ "ReadWriteOnce" ]
storageClass: ""

## Persistent Volume Claim Selector
# {{ .path }}selector -- Configure PVC [Selector](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#selector)
# {{ $_.path }}selector -- Configure PVC [Selector](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#selector)
selector: {}

## Persistent Volume Claim Data Sources
Expand Down

0 comments on commit f529263

Please sign in to comment.