You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ValuesKey must be a valid Data Key, therefore the same logic used by
upstream Kubernetes is reused here to ensure a valid key is being used.
For TargetPath a loose regex is being used and a max length is enforced.
The validation is only checked within the reconciliation, to avoid
causing issues to users upgrading into a new version and have
HelmReleases objects in an existing cluster, that would no longer be
accepted by the API server.
Signed-off-by: Paulo Gomes <paulo.gomes@weave.works>
0 commit comments