mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-19 00:38:15 +07:00
17 lines
372 B
YAML
17 lines
372 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
|