Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Remove whitespaces from PVC size #25

Open
olevitt opened this issue Jan 20, 2021 · 0 comments
Open

Remove whitespaces from PVC size #25

olevitt opened this issue Jan 20, 2021 · 0 comments

Comments

@olevitt
Copy link
Contributor

olevitt commented Jan 20, 2021

PVC sizes do not allow whitespaces.
1 Gi is invalid for example.

Helm has a built-in fonction to strip whitespaces :
nospace
Remove all whitespace from a string.

nospace "hello w o r l d"
The above returns helloworld

We should use it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant