mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-07 16:00:29 -05:00
Update file grafana-secrets-sealed.yaml
This commit is contained in:
parent
b8085c7d4f
commit
986c851fff
1 changed files with 5 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue