From 7eb6031893c137e56313453a3f31ec49175bbec1 Mon Sep 17 00:00:00 2001 From: Tobias Harnickell Date: Thu, 27 Jul 2023 09:09:55 +0200 Subject: [PATCH] Corrected documentation generation --- charts/common/README.md | 2 +- charts/crowd/README.md | 2 +- charts/e2g/README.md | 2 +- charts/goblackhole/README.md | 2 +- charts/kafdrop/README.md | 2 +- charts/manifests/README.md | 2 +- charts/raw/README.md | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/common/README.md b/charts/common/README.md index 0fc11262..21e9ab46 100644 --- a/charts/common/README.md +++ b/charts/common/README.md @@ -64,4 +64,4 @@ Major Changes to functions are documented with the version affected. **Before up | servicemonitor.basicAuth.passwordKey | string | `"password"` | passwordKey is the default key to grab the password in the secret | | servicemonitor.basicAuth.userKey | string | `"username"` | userKey is the default key to grab the username in the secret | | servicemonitor.deploy | bool | `false` | deploy has to be set to true for rendering to be applied | -| servicemonitor.endpoints | object | `{}` | | \ No newline at end of file +| servicemonitor.endpoints | object | `{}` | | diff --git a/charts/crowd/README.md b/charts/crowd/README.md index c4c9b2f5..fd2385ea 100644 --- a/charts/crowd/README.md +++ b/charts/crowd/README.md @@ -313,4 +313,4 @@ This can happen when the livenessprobe kills crowd to early. You will find the f [liquibase] Waiting for changelog lock.... ``` -You will need to do some fixing in the database. [See the following article for more](https://confluence.atlassian.com/crowdkb/crowd-server-does-not-start-could-not-acquire-change-log-lock-1019399699.html). To prevent this, increase the `initialDelaySeconds` value for the livenessProbe. \ No newline at end of file +You will need to do some fixing in the database. [See the following article for more](https://confluence.atlassian.com/crowdkb/crowd-server-does-not-start-could-not-acquire-change-log-lock-1019399699.html). To prevent this, increase the `initialDelaySeconds` value for the livenessProbe. diff --git a/charts/e2g/README.md b/charts/e2g/README.md index 54f74286..35c01850 100644 --- a/charts/e2g/README.md +++ b/charts/e2g/README.md @@ -158,4 +158,4 @@ Major Changes to functions are documented with the version affected. **Before up | statefulset.statefulsetExtras | object | `{}` | Extra Fields for Statefulset Manifest | | statefulset.updateStrategy | string | `"RollingUpdate"` | Statefulset [Update Strategy](https://kubernetes.io/docs/tutorials/stateful-application/basic-stateful-set/#updating-statefulsets). **Statefulset only** | | statefulset.volumeClaimTemplates | list | `[]` | Statefulset [volumeClaimTemplates](https://kubernetes.io/docs/concepts/workloads/controllers/statefulset/#components). **Statefulset only** | -| timezone | string | `"Europe/Zurich"` | Define Container Timezone (Sets TZ Environment) | \ No newline at end of file +| timezone | string | `"Europe/Zurich"` | Define Container Timezone (Sets TZ Environment) | diff --git a/charts/goblackhole/README.md b/charts/goblackhole/README.md index 6b3cdad0..01605dac 100644 --- a/charts/goblackhole/README.md +++ b/charts/goblackhole/README.md @@ -97,4 +97,4 @@ Major Changes to functions are documented with the version affected. **Before up | overwriteLabels | object | `{}` | Overwrites default labels, but not resource specific labels and common labels | | selectorLabels | object | `{}` | Define default [selectorLabels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/) | -This Chart implements the Bedag Manifest Chart. Therefor there are a lot of values for you to play around. \ No newline at end of file +This Chart implements the Bedag Manifest Chart. Therefor there are a lot of values for you to play around. diff --git a/charts/kafdrop/README.md b/charts/kafdrop/README.md index 09a24c47..a1af06fe 100644 --- a/charts/kafdrop/README.md +++ b/charts/kafdrop/README.md @@ -206,4 +206,4 @@ Major Changes to functions are documented with the version affected. **Before up | service.selector | object | `{}` | | | service.targetPort | string | `""` | | | service.type | string | `"ClusterIP"` | | -| timezone | string | `"Europe/Zurich"` | Define Container Timezone (Sets TZ Environment) | \ No newline at end of file +| timezone | string | `"Europe/Zurich"` | Define Container Timezone (Sets TZ Environment) | diff --git a/charts/manifests/README.md b/charts/manifests/README.md index e4d2c981..1d0c325f 100644 --- a/charts/manifests/README.md +++ b/charts/manifests/README.md @@ -76,4 +76,4 @@ We recommend looking thirst through the **Kubernetes Manifests** section. ## Quickstart -[See this page for a quickstart](./templates/Quickstart.md) \ No newline at end of file +[See this page for a quickstart](./templates/Quickstart.md) diff --git a/charts/raw/README.md b/charts/raw/README.md index 273229a2..36c5d80c 100644 --- a/charts/raw/README.md +++ b/charts/raw/README.md @@ -65,4 +65,4 @@ A very basic example. But might get you started. | commonLabels | object | `{}` | Common Labels are added to each kubernetes resource manifest. | | overwriteLabels | object | `{}` | Overwrites default labels, but not resource specific labels and common labels | | resources | list | `[]` | Define resources to be deployed by the raw chart | -| templates | list | `[]` | Define templates which will be executed using the `tpl` function | \ No newline at end of file +| templates | list | `[]` | Define templates which will be executed using the `tpl` function |