Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

Commit

Permalink
Add troubleshooting for Gitlab docs
Browse files Browse the repository at this point in the history
Clarify that some usernames that are valid in gitlab are not
compatible with OpenFaaS Cloud due to the namespacing by username.

Signed-off-by: Alistair Hey <alistair.hey@form3.tech>
  • Loading branch information
ah-f3 authored and alexellis committed Sep 11, 2020
1 parent 1713d32 commit abdce32
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/GITLAB.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,8 @@ Your function is now deleted.

#### Delete the project

If you delete your project your function will be automatically deleted from the cloud.
If you delete your project your function will be automatically deleted from the cloud.

#### Troubleshooting

There are some usernames that don't conform to the buildkit and Kubernetes naming for secrets, (We use usernames for namespacing objects) - You may see `invalid reference format` in the buildkit logs - if you do there are github issues [here](https://github.com/openfaas/openfaas-cloud/issues/657) and [here](https://github.com/openfaas/openfaas-cloud/issues/644) where you can see what you need to change for things to work well with Gitlab.

0 comments on commit abdce32

Please sign in to comment.