In fabric8-devops/gogs/src/main/fabric8/gogs-git-secret.yml ``` namespace: "user-secrets-source-admin" ``` when trying to install it through helm this error appear: ``` $ helm install fabric8/gogs Error: release dandy-garfish failed: namespaces "user-secrets-source-admin" not found ``` When trying to create a new namespace through dashboard. There is an error in the length. it is 25 and it is limited to 24. <img width="567" alt="screen shot 2017-01-17 at 12 24 53" src="https://cloud.githubusercontent.com/assets/1763722/22014695/03e5b3fc-dcb0-11e6-88dc-4163dc906883.png">
In fabric8-devops/gogs/src/main/fabric8/gogs-git-secret.yml
when trying to install it through helm this error appear:
When trying to create a new namespace through dashboard. There is an error in the length. it is 25 and it is limited to 24.
