ESO now has full ownership of these secrets. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
25 lines
562 B
YAML
25 lines
562 B
YAML
# ExternalSecret for TeslaMate database password
|
|
#
|
|
# Replaces the manual op inject workflow from secret-db.yaml.tpl
|
|
#
|
|
# 1Password item: "TeslaMate" in blumeops vault
|
|
# Field: "db_password"
|
|
#
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: teslamate-db
|
|
namespace: teslamate
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: onepassword-blumeops
|
|
target:
|
|
name: teslamate-db
|
|
creationPolicy: Owner
|
|
data:
|
|
- secretKey: password
|
|
remoteRef:
|
|
key: TeslaMate
|
|
property: db_password
|