diff --git a/k8s/apps/gitea/deployment.yaml b/k8s/apps/gitea/deployment.yaml index 1f778a9..3232b1b 100644 --- a/k8s/apps/gitea/deployment.yaml +++ b/k8s/apps/gitea/deployment.yaml @@ -41,9 +41,9 @@ spec: value: true - name: CAPTCHA_TYPE value: true - - valueFrom: - secretKeyRef: - name: gitea-recapcha-creds + envFrom: + - secretRef: + name: gitea-recapcha-creds ports: - name: http containerPort: 3000