Update file grafana-secrets-sealed.yaml

This commit is contained in:
2023-05-17 23:26:11 +00:00
parent b8085c7d4f
commit 986c851fff

View File

@@ -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: