fix secrets
This commit is contained in:
@@ -17,11 +17,11 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/grafana/oauth
|
key: kv/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: secrets/grafana/oauth
|
key: kv/grafana/oauth
|
||||||
property: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
property: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
||||||
|
|
||||||
---
|
---
|
||||||
@@ -38,9 +38,9 @@ spec:
|
|||||||
data:
|
data:
|
||||||
- secretKey: admin-password
|
- secretKey: admin-password
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/grafana/admin
|
key: kv/grafana/admin
|
||||||
property: admin-password
|
property: admin-password
|
||||||
- secretKey: admin-user
|
- secretKey: admin-user
|
||||||
remoteRef:
|
remoteRef:
|
||||||
key: secrets/grafana/admin
|
key: kv/grafana/admin
|
||||||
property: admin-user
|
property: admin-user
|
||||||
|
|||||||
Reference in New Issue
Block a user