(fix) Don't force password complexity on gitea
This commit is contained in:
@@ -34,4 +34,4 @@ sources:
|
|||||||
- https://github.com/go-gitea/gitea
|
- https://github.com/go-gitea/gitea
|
||||||
- https://hub.docker.com/r/gitea/gitea/
|
- https://hub.docker.com/r/gitea/gitea/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.2
|
version: 0.0.3
|
||||||
|
|||||||
@@ -93,7 +93,6 @@ stringData:
|
|||||||
|
|
||||||
[security]
|
[security]
|
||||||
INSTALL_LOCK = true
|
INSTALL_LOCK = true
|
||||||
PASSWORD_COMPLEXITY = spec
|
|
||||||
{{- range $catindex, $catvalue := .Values.customConfig }}
|
{{- range $catindex, $catvalue := .Values.customConfig }}
|
||||||
{{- if eq $catvalue.name "security" }}
|
{{- if eq $catvalue.name "security" }}
|
||||||
{{- range $index, $value := $catvalue.keys }}
|
{{- range $index, $value := $catvalue.keys }}
|
||||||
|
|||||||
Reference in New Issue
Block a user