docs(README): one sentence per line

This commit is contained in:
2025-07-19 15:00:09 +02:00
parent c39ab958f1
commit cad02b437a

View File

@@ -819,15 +819,13 @@ gitea:
## TLS certificate rotation ## TLS certificate rotation
If Gitea uses TLS certificates that are mounted as a secret in the container file system, Gitea will not automatically If Gitea uses TLS certificates that are mounted as a secret in the container file system, Gitea will not automatically apply them when the TLS certificates are rotated.
apply them when the TLS certificates are rotated. Such a rotation can be for example triggered, when the cert-manager Such a rotation can be for example triggered, when the cert-manager issues new TLS certificates before expiring. Further information is described as GitHub
issues new TLS certificates before expiring. Further information is described as GitHub
[issue](https://github.com/go-gitea/gitea/issues/27962). [issue](https://github.com/go-gitea/gitea/issues/27962).
Until the issue is present, a workaround can be applied. For example stakater's Until the issue is present, a workaround can be applied.
[reloader](https://github.com/stakater/Reloader) controller can be used to trigger a rolling update. The following For example stakater's [reloader](https://github.com/stakater/Reloader) controller can be used to trigger a rolling update.
annotation must be added to instruct the reloader controller to trigger a rolling update, when the mounted `configMaps` The following annotation must be added to instruct the reloader controller to trigger a rolling update, when the mounted `configMaps` and `secrets` have been changed.
and `secrets` have been changed.
```yaml ```yaml
deployment: deployment:
@@ -835,9 +833,8 @@ deployment:
reloader.stakater.com/auto: "true" reloader.stakater.com/auto: "true"
``` ```
Instead of triggering a rolling update for configMap and secret resources, this action can also be defined for Instead of triggering a rolling update for configMap and secret resources, this action can also be defined for individual items.
individual items. For example, when the secret named `gitea-tls` is mounted and the reloader controller should only For example, when the secret named `gitea-tls` is mounted and the reloader controller should only listen for changes of this secret:
listen for changes of this secret:
```yaml ```yaml
deployment: deployment: