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>
23 lines
489 B
YAML
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
|