Failure on PVC creation: Invalid value: "scooldUploads": a lowercase RFC 1123 subdomain must consist of lower case alphanumeric characters ... #1942
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Expected Behavior
Kompose should produce a syntactic valid PVC
Actual Behavior
templates/scooldUploads-persistentvolumeclaim.yaml: object name does not conform to Kubernetes naming requirements: "scooldUploads": metadata.name: Invalid value: "scooldUploads": 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?)*')
Steps To Reproduce
Use the File below and put it an helm chart and lint it
Kompose Version
Docker-Compose file
Anything else?
volumes should be lower cased
The text was updated successfully, but these errors were encountered: