mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-07 17:43:57 +07:00
21 lines
482 B
YAML
21 lines
482 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: grafana-secrets
|
|
namespace: {{ .Release.Namespace }}
|
|
spec:
|
|
secretStoreRef:
|
|
kind: ClusterSecretStore
|
|
name: global-secrets
|
|
target:
|
|
name: grafana-secrets
|
|
data:
|
|
- secretKey: GRAFANA_SSO_CLIENT_SECRET
|
|
remoteRef:
|
|
key: dex.grafana
|
|
property: client_secret
|
|
- secretKey: NTFY_RELAY_PASSWORD
|
|
remoteRef:
|
|
key: ntfy-relay.auth
|
|
property: password
|