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