Update k8s/apps/gitea/external-secrets.yaml
All checks were successful
Check with kubeconform / lint (push) Successful in 27s

This commit is contained in:
ab
2025-07-03 11:14:03 +00:00
parent 640447a4e0
commit a4f043c5c6

View File

@ -23,3 +23,35 @@ spec:
key: e475b5ab-ea3c-48a5-bb4c-a6bc552fc064 key: e475b5ab-ea3c-48a5-bb4c-a6bc552fc064
property: login.password property: login.password
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: gitea-recapcha-creds
spec:
refreshInterval: 1m
target:
name: gitea-recapcha-creds
deletionPolicy: Delete
template:
type: Opaque
data:
token: |-
{{ .password }}
data:
- secretKey: RECAPTCHA_SITEKEY
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: ae02b5b6-cbc6-4dff-bc14-16057eca83e8
property: login.username
- secretKey: RECAPTCHA_SECRET
sourceRef:
storeRef:
name: vaultwarden-login
kind: ClusterSecretStore
remoteRef:
key: ae02b5b6-cbc6-4dff-bc14-16057eca83e8
property: login.password