mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 07:50:29 -05:00
fix secrets
This commit is contained in:
parent
868ceddb22
commit
ed1a465402
1 changed files with 4 additions and 4 deletions
|
|
@ -17,11 +17,11 @@ spec:
|
|||
data:
|
||||
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
||||
remoteRef:
|
||||
key: secrets/grafana/oauth
|
||||
key: kv/grafana/oauth
|
||||
property: GF_AUTH_GENERIC_OAUTH_CLIENT_ID
|
||||
- secretKey: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
||||
remoteRef:
|
||||
key: secrets/grafana/oauth
|
||||
key: kv/grafana/oauth
|
||||
property: GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
||||
|
||||
---
|
||||
|
|
@ -38,9 +38,9 @@ spec:
|
|||
data:
|
||||
- secretKey: admin-password
|
||||
remoteRef:
|
||||
key: secrets/grafana/admin
|
||||
key: kv/grafana/admin
|
||||
property: admin-password
|
||||
- secretKey: admin-user
|
||||
remoteRef:
|
||||
key: secrets/grafana/admin
|
||||
key: kv/grafana/admin
|
||||
property: admin-user
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue