(fix) Don't force password complexity on gitea

This commit is contained in:
kjeld Schouten-Lebbing
2021-10-01 16:05:52 +02:00
parent 228e9e5907
commit c19860919b
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -34,4 +34,4 @@ sources:
- https://github.com/go-gitea/gitea
- https://hub.docker.com/r/gitea/gitea/
type: application
version: 0.0.2
version: 0.0.3
@@ -93,7 +93,6 @@ stringData:
[security]
INSTALL_LOCK = true
PASSWORD_COMPLEXITY = spec
{{- range $catindex, $catvalue := .Values.customConfig }}
{{- if eq $catvalue.name "security" }}
{{- range $index, $value := $catvalue.keys }}