From c3a8c7ddae73e80b27434bdb6c7d1d0e44a81259 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 14 Dec 2025 22:10:13 -0300 Subject: [PATCH] gitea: remove committed secret and env refs --- services/gitea/deployment.yaml | 10 ---------- services/gitea/kustomization.yaml | 1 - 2 files changed, 11 deletions(-) diff --git a/services/gitea/deployment.yaml b/services/gitea/deployment.yaml index 66670a9..4568972 100644 --- a/services/gitea/deployment.yaml +++ b/services/gitea/deployment.yaml @@ -131,16 +131,6 @@ spec: value: "trace" - name: GITEA__service__REQUIRE_SIGNIN_VIEW value: "false" - - name: GITEA__security__SECRET_KEY - valueFrom: - secretKeyRef: - name: gitea-secret - key: SECRET_KEY - - name: GITEA__security__INTERNAL_TOKEN - valueFrom: - secretKeyRef: - name: gitea-secret - key: INTERNAL_TOKEN - name: DB_TYPE value: "postgres" - name: DB_HOST diff --git a/services/gitea/kustomization.yaml b/services/gitea/kustomization.yaml index 1ea9af4..36d6c23 100644 --- a/services/gitea/kustomization.yaml +++ b/services/gitea/kustomization.yaml @@ -3,7 +3,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - namespace.yaml - - secret.yaml - deployment.yaml - service.yaml - pvc.yaml