Files
applications/gitea/vault/gitea-minio-credentials.yaml
Mayne0213 b6c581492b FEAT(gitea): add gitea Application to apps reposit
- Move gitea Application definition to applications repo
- Add gitea resources (helm-values, vault secrets, runner deployment)
- Update kustomization.yaml to include gitea Application
- This enables ArgoCD to manage gitea with proper Helm chart integration
2025-12-18 19:08:20 +09:00

19 lines
406 B
YAML

apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: gitea-minio-credentials
namespace: gitea
spec:
refreshInterval: 1h
secretStoreRef:
kind: ClusterSecretStore
name: vault-backend
target:
name: gitea-minio-credentials
creationPolicy: Owner
data:
- secretKey: password
remoteRef:
key: gitea/minio
property: GITEA_MINIO_PASSWORD