Sanitize name in NewArtifactFor
#298
Labels
area/ipcei
Important Project of Common European Interest
kind/task
small task, normally part of feature or epic
Description
Currently,
NewArtifactFor()
creates an artifact-name by pasting thekind
,namespace
, andname
(derived from the parent-resource). However, there are some restrictions towards the naming of k8s resources, which could possibly break the code (e.g. length, see https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names).Accordingly, we should discuss if we want to sanitize the input and how to create the artifacts name.
Done Criteria
The text was updated successfully, but these errors were encountered: