Merge pull request #18364 from Bonial-International-GmbH/pjungermann/tags-docs

docs: fix doc for allowed chars for `metadata.tags`
This commit is contained in:
Fredrik Adelöw
2023-06-22 16:36:39 +02:00
committed by GitHub
@@ -351,7 +351,7 @@ component, like `java` or `go`.
This field is optional, and currently has no special semantics.
Each tag must be sequences of `[a-z0-9]` separated by `-`, at most 63 characters
Each tag must be sequences of `[a-z0-9:+#]` separated by `-`, at most 63 characters
in total.
### `links` [optional]