mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 16:51:31 -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:
|
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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue