mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-27 06:06:41 +00:00
feat(planka): allow all to creat projects
This commit is contained in:
parent
18d718f18b
commit
7e089cd936
1 changed files with 4 additions and 0 deletions
|
@ -109,6 +109,10 @@ func (r *PlankaReconciler) reconcileDeployment(ctx context.Context, planka *apps
|
|||
Name: "TRUST_PROXY",
|
||||
Value: "1",
|
||||
},
|
||||
{
|
||||
Name: "ALLOW_ALL_TO_CREATE_PROJECTS",
|
||||
Value: "true",
|
||||
},
|
||||
{
|
||||
Name: "OIDC_ISSUER",
|
||||
ValueFrom: &corev1.EnvVarSource{
|
||||
|
|
Loading…
Reference in a new issue