diff --git a/k8s/apps/gitea/deployment.yaml b/k8s/apps/gitea/deployment.yaml index 3232b1b..9692d72 100644 --- a/k8s/apps/gitea/deployment.yaml +++ b/k8s/apps/gitea/deployment.yaml @@ -32,15 +32,15 @@ spec: image: 'gitea/gitea:latest' env: - name: REGISTER_MANUAL_CONFIRM - value: true + value: "true" - name: ENABLE_CAPTCHA - value: true + value: "true" - name: REQUIRE_CAPTCHA_FOR_LOGIN - value: true + value: "true" - name: REQUIRE_EXTERNAL_REGISTRATION_CAPTCHA - value: true + value: "true" - name: CAPTCHA_TYPE - value: true + value: "true" envFrom: - secretRef: name: gitea-recapcha-creds