Files
katenary/utils
Patrice Ferlet d72f371c59 fix(generation): fix the volume var/path name
Underscores are forbidden by Kubernetes (should be a valid URL string),
we replace "_" by "-" in names, and we leave the values file using the
original name. So a volume named "foo_bar" in compose file, is
registered as "foo_bar" in the values file, but "foo-bar" is used as
volume name in deployments, volume claims, ...
2024-10-24 17:23:26 +02:00
..
2023-12-06 15:24:02 +01:00
2023-12-06 15:24:02 +01:00
2024-04-05 07:56:27 +02:00