Quote values for ingress annotations as discussed in #483 #497

Merged
tobiasbp merged 2 commits from refs/pull/497/head into main 2023-08-31 17:07:46 +00:00
tobiasbp commented 2023-08-31 12:18:03 +00:00 (Migrated from gitea.com)

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".
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". ```
pat-s (Migrated from gitea.com) approved these changes 2023-08-31 17:07:32 +00:00
pat-s (Migrated from gitea.com) left a comment

Thank you!

Thank you!
Sign in to join this conversation.
No description provided.