fix: removed unused spaces

This commit is contained in:
Michele Cereda
2023-04-29 11:40:14 +02:00
parent 6c6aa17115
commit eecb9be5bd
4 changed files with 9 additions and 9 deletions

View File

@@ -108,7 +108,7 @@ Follow the [deployment] guide for details.
```
```sh
export VALUES_DIR="$(git rev-parse --show-toplevel)/kubernetes/helm/gitlab"
export VALUES_DIR="$(git rev-parse --show-toplevel)/kubernetes/helm/gitlab"
helm inspect values 'gitlab/gitlab' > "${VALUES_DIR}/values.yaml"
```