CHORE(mas): remove GITEA_TOKEN

- No longer using Gitea for source control
- Migrate to GitHub
This commit is contained in:
2026-01-05 16:57:26 +09:00
parent 79e9fbaeb7
commit e4de543407
2 changed files with 0 additions and 10 deletions

View File

@@ -54,12 +54,6 @@ spec:
value: "5432"
- name: POSTGRES_USER
value: "bluemayne"
- name: GITEA_TOKEN
valueFrom:
secretKeyRef:
name: mas-api-keys
key: gitea-token
optional: true
- name: REDIS_URL
value: "redis://redis:6379/0"
resources:

View File

@@ -15,10 +15,6 @@ spec:
remoteRef:
key: mas/api-keys
property: ANTHROPIC_API_KEY
- secretKey: gitea-token
remoteRef:
key: mas/api-keys
property: GITEA_TOKEN
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret