mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-19 08:48:05 +07:00
17 lines
364 B
YAML
17 lines
364 B
YAML
|
apiVersion: external-secrets.io/v1beta1
|
||
|
kind: ExternalSecret
|
||
|
metadata:
|
||
|
name: grafana-secrets
|
||
|
namespace: {{ .Release.Namespace }}
|
||
|
spec:
|
||
|
secretStoreRef:
|
||
|
kind: ClusterSecretStore
|
||
|
name: vault
|
||
|
target:
|
||
|
name: grafana-secrets
|
||
|
data:
|
||
|
- secretKey: GRAFANA_SSO_CLIENT_SECRET
|
||
|
remoteRef:
|
||
|
key: /dex/grafana
|
||
|
property: client_secret
|