From 15915aca15d49a7f2a126f677fe1e0c1412a9e8c Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Thu, 4 Apr 2024 16:23:50 -0600 Subject: [PATCH] fix linting issues Signed-off-by: Alfredo Gutierrez --- charts/hedera-the-graph-auth-layer/values.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/hedera-the-graph-auth-layer/values.yaml b/charts/hedera-the-graph-auth-layer/values.yaml index 60d2fce..60d2e7f 100644 --- a/charts/hedera-the-graph-auth-layer/values.yaml +++ b/charts/hedera-the-graph-auth-layer/values.yaml @@ -1,17 +1,17 @@ auth-proxy: enabled: true - configEnv: - SERVICE_ADDRESS: "host.docker.internal" + configEnv: + SERVICE_ADDRESS: "host.docker.internal" SERVICE_TYPE: "LOGICAL_DNS" TOKEN_INTROSPECTION_URL: "http://host.docker.internal:8080/realms/HederaTheGraph/protocol/openid-connect/token/introspect" auth-server: enabled: true - keycloak: + keycloak: auth: adminUser: admin adminPassword: "" global: auth: - clientSecret: "" \ No newline at end of file + clientSecret: ""