Update file grafana-secrets-sealed.yaml
This commit is contained in:
@@ -11,11 +11,11 @@ spec:
|
||||
data:
|
||||
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
||||
remoteRef:
|
||||
key: kube-prometheus/grafana/oauth
|
||||
key: secrets/kube-prometheus/grafana/oauth
|
||||
property: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
||||
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
||||
remoteRef:
|
||||
key: kube-prometheus/grafana/oauth
|
||||
key: secrets/kube-prometheus/grafana/oauth
|
||||
property: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
||||
|
||||
---
|
||||
@@ -33,11 +33,11 @@ spec:
|
||||
data:
|
||||
- secretKey: admin-password
|
||||
remoteRef:
|
||||
key: kube-prometheus/grafana/admin
|
||||
key: secrets/kube-prometheus/grafana/admin
|
||||
property: admin-password
|
||||
- secretKey: admin-user
|
||||
remoteRef:
|
||||
key: kube-prometheus/grafana/admin
|
||||
key: secrets/kube-prometheus/grafana/admin
|
||||
property: admin-user
|
||||
|
||||
---
|
||||
@@ -50,7 +50,7 @@ spec:
|
||||
provider:
|
||||
vault:
|
||||
server: "http://vault.vault.svc.cluster.local:8200"
|
||||
path: "kube-prometheus"
|
||||
path: "secrets"
|
||||
version: "v2"
|
||||
auth:
|
||||
kubernetes:
|
||||
|
||||
Reference in New Issue
Block a user