Skip to content

Sanitize k8s default_namespace

Alessio Caiazza requested to merge ac-k8s-namespace-validator into master

What does this MR do?

Take over of ~"Community Contribution" https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/14642

This is making namespace lowercase in kubernetes, otherwise namespaces cannot be created. This was partially addressed, but this covers a case that was missed when the default namespace is generated from the project group-name.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

~"auto devops" fails when project.path contains unallowed chars

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #38692 (closed)

Merge request reports