Skip to content

Commit

Permalink
Corrected documentation generation
Browse files Browse the repository at this point in the history
  • Loading branch information
TobyTheHutt committed Jul 27, 2023
1 parent d52a7df commit 7eb6031
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | `{}` | |
| servicemonitor.endpoints | object | `{}` | |
2 changes: 1 addition & 1 deletion charts/crowd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.
2 changes: 1 addition & 1 deletion charts/e2g/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
| timezone | string | `"Europe/Zurich"` | Define Container Timezone (Sets TZ Environment) |
2 changes: 1 addition & 1 deletion charts/goblackhole/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
This Chart implements the Bedag Manifest Chart. Therefor there are a lot of values for you to play around.
2 changes: 1 addition & 1 deletion charts/kafdrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
| timezone | string | `"Europe/Zurich"` | Define Container Timezone (Sets TZ Environment) |
2 changes: 1 addition & 1 deletion charts/manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ We recommend looking thirst through the **Kubernetes Manifests** section.

## Quickstart

[See this page for a quickstart](./templates/Quickstart.md)
[See this page for a quickstart](./templates/Quickstart.md)
2 changes: 1 addition & 1 deletion charts/raw/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
| templates | list | `[]` | Define templates which will be executed using the `tpl` function |

0 comments on commit 7eb6031

Please sign in to comment.