Gitea-HelmChart/templates
tobiasbp 1550f9b4e0 Quote values for ingress annotations as discussed in #483 (#497)
Quote all values for Ingress annotations as discussed in https://gitea.com/gitea/helm-chart/issues/483
Annotations are currently not quoted, and can not be set to non-string values using the _--set_ with _helm_ (see examples in issue).

Annotations for ingress-nginx MUST be quoted: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/nginx-configuration/annotations.md#annotations

```
!!! tip Annotation keys and values can only be strings. Other types, such as boolean or numeric values must be quoted, i.e. "true", "false", "100".
```

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/497
Reviewed-by: pat-s <pat-s@noreply.gitea.com>
Co-authored-by: tobiasbp <tobiasbp@noreply.gitea.com>
Co-committed-by: tobiasbp <tobiasbp@noreply.gitea.com>
2023-08-31 17:07:45 +00:00
..
gitea Quote values for ingress annotations as discussed in #483 (#497) 2023-08-31 17:07:45 +00:00
tests Make test pods optional and allow image override (#360) 2023-03-09 23:25:45 +08:00
_helpers.tpl Auto-configure non-postgresql DNS and assert single PG instance (#478) 2023-07-22 11:46:44 +00:00
NOTES.txt Support custom Ingress path (#151) 2021-06-25 02:28:45 +08:00