mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-13 08:14:32 +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
|