Files
platform/tekton/ci-cd/manifests/secrets/gitea-credentials.yaml
Mayne0213 3ceeb5bfc0 Update gitea-credentials ExternalSecret Vault path
Change key from 'gitea' to 'platform/gitea' to match the
new categorized Vault secret structure.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 23:08:38 +09:00

23 lines
489 B
YAML

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