ESO now has full ownership of these secrets. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
29 lines
669 B
YAML
29 lines
669 B
YAML
# ExternalSecret for Grafana admin password
|
|
#
|
|
# Replaces the manual op inject workflow from secret-admin.yaml.tpl
|
|
#
|
|
# 1Password item: "Grafana (blumeops)" in blumeops vault
|
|
# Field: "password"
|
|
#
|
|
apiVersion: external-secrets.io/v1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: grafana-admin
|
|
namespace: monitoring
|
|
spec:
|
|
refreshInterval: 1h
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: onepassword-blumeops
|
|
target:
|
|
name: grafana-admin
|
|
creationPolicy: Owner
|
|
template:
|
|
data:
|
|
admin-user: admin
|
|
admin-password: "{{ .password }}"
|
|
data:
|
|
- secretKey: password
|
|
remoteRef:
|
|
key: Grafana (blumeops)
|
|
property: password
|