Skip to content

Commit

Permalink
fix broken link to k8s documentation (#3661)
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Mortari <[email protected]>
  • Loading branch information
tarilabs authored Dec 2, 2024
1 parent 5deab8c commit 06c763f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ This section describes the

* `annotations`: A string key-value map used to add information about the component.
Currently, the annotations get translated to Kubernetes annotations when the component task is executed on Kubernetes. Current limitation: the key cannot contain more that one slash ("/"). See more information in the
[Kubernetes user guide](https://kubernetes.io/docs/user-guide/annotations).
[Kubernetes user guide](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/).
* `labels`: Deprecated. Use `annotations`.

### Interface
Expand Down

0 comments on commit 06c763f

Please sign in to comment.