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
{{ message }}
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Describe the bug
The auto-generated /metadata/name uses upper case character which is not allowed
[tomo@p1 camel-k]$ kubectl apply -f example.integration.yaml
The Integration "Integration1687900965845" is invalid: metadata.name: Invalid value: "Integration1687900965845": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is 'a-z0-9?(.a-z0-9?)*')
To Reproduce
Steps to reproduce the behavior:
Choose Integration or Kamelet
deploy generated YAML onto k8s
Expected behavior
Use lowercase
The text was updated successfully, but these errors were encountered:
Describe the bug
The auto-generated
/metadata/name
uses upper case character which is not allowedTo Reproduce
Steps to reproduce the behavior:
Expected behavior
Use lowercase
The text was updated successfully, but these errors were encountered: