From f529263829155a782f8b866449b70004faea47b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Fri, 18 Dec 2020 16:53:22 +0100 Subject: [PATCH 1/2] Initial Bugfixing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- charts/manifests/Chart.yaml | 2 +- charts/manifests/README.md.gotmpl | 2 ++ charts/manifests/templates/manifests/README.md | 2 +- charts/manifests/templates/utils/_internal.tpl | 2 +- .../manifests/templates/values/manifests/templates/_pvcTpl.yaml | 2 +- 5 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/manifests/Chart.yaml b/charts/manifests/Chart.yaml index 5cb3ccc2..0a2fdcfc 100644 --- a/charts/manifests/Chart.yaml +++ b/charts/manifests/Chart.yaml @@ -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 diff --git a/charts/manifests/README.md.gotmpl b/charts/manifests/README.md.gotmpl index ea49980c..d482e477 100644 --- a/charts/manifests/README.md.gotmpl +++ b/charts/manifests/README.md.gotmpl @@ -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. diff --git a/charts/manifests/templates/manifests/README.md b/charts/manifests/templates/manifests/README.md index e9c98052..5103d3b8 100644 --- a/charts/manifests/templates/manifests/README.md +++ b/charts/manifests/templates/manifests/README.md @@ -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: diff --git a/charts/manifests/templates/utils/_internal.tpl b/charts/manifests/templates/utils/_internal.tpl index ac73efa2..106dbfda 100644 --- a/charts/manifests/templates/utils/_internal.tpl +++ b/charts/manifests/templates/utils/_internal.tpl @@ -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 }} diff --git a/charts/manifests/templates/values/manifests/templates/_pvcTpl.yaml b/charts/manifests/templates/values/manifests/templates/_pvcTpl.yaml index 85f236b2..c526a68b 100644 --- a/charts/manifests/templates/values/manifests/templates/_pvcTpl.yaml +++ b/charts/manifests/templates/values/manifests/templates/_pvcTpl.yaml @@ -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 From 1b1f5004a2ff32069e8c52dcb79d4e6e9d64ff56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oliver=20B=C3=A4hler?= Date: Mon, 21 Dec 2020 09:34:41 +0100 Subject: [PATCH 2/2] Reference Github Team MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Oliver Bähler --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 494e6e30..90acac1e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1 +1 @@ -* @oliverbaehler @adberger @brjos @xiredon @yhayoz +* @bedag/sre