autojanet/k8s/externalsecrets/dispatcher-approle.yaml
Zoë ea15680df4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
fix: dispatcher ExternalSecret points to dispatcher/approle not pm/approle
2026-05-30 16:13:58 -07:00

24 lines
No EOL
546 B
YAML

---
# ExternalSecret: dispatcher approle
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: dispatcher-approle
namespace: autojanet
spec:
refreshInterval: 1h
secretStoreRef:
name: openbao
kind: ClusterSecretStore
target:
name: dispatcher-approle
creationPolicy: Owner
data:
- secretKey: role_id
remoteRef:
key: autojanet/dispatcher/approle
property: role_id
- secretKey: secret_id
remoteRef:
key: autojanet/dispatcher/approle
property: secret_id