Skip to content

Commit

Permalink
Fixed Linting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Oct 10, 2023
1 parent 3a12d1d commit 03287a5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/hedera-the-graph-node/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ service:
jsonRpcPort: 8020
metricsPort: 8040
type: ClusterIP
tolerations: []

tolerations: []
24 changes: 12 additions & 12 deletions charts/hedera-the-graph/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
global:
postgresql:
# Default database name
database: graph-node
database: graph-node
# Auto-generated from the postgresql sub-charts, Requiered if external postgresql is used
host: ''
host: ''
# Randomly generated if left blank, Requiered if external postgresql is used
password: ''
password: ''
# username recomended to use default `postgres` when using postgresql sub-chart (postgresql.enabled: true), Requiered if external postgresql is used
username: postgres

Expand All @@ -31,23 +31,23 @@ index-node:
tag: v0.28.2
postgres:
db:
#value: "<postgres-db-name>"
# value: "<postgres-db-name>"
fromConfigMap:
key: DB_NAME
name: hedera-the-graph-configmap
host:
#value: "<postgres-host>"
# value: "<postgres-host>"
fromConfigMap:
key: POSTGRES_HOST
name: hedera-the-graph-configmap
password:
#value: "" # Randomly generated if left blank
# value: "" # Randomly generated if left blank
fromSecret:
key: PG_PASSWORD
name: hedera-the-graph-passwords
replicaHost: ''
user:
#value: "<postgres-username>"
# value: "<postgres-username>"
fromSecret:
key: PG_USERNAME
name: hedera-the-graph-passwords
Expand Down Expand Up @@ -122,25 +122,25 @@ query-node:
tag: v0.28.2
postgres:
db:
#value: "<postgres-db-name>"
# value: "<postgres-db-name>"
fromConfigMap:
key: DB_NAME
name: hedera-the-graph-configmap
host:
#value: "<postgres-host>"
# value: "<postgres-host>"
fromConfigMap:
key: POSTGRES_HOST
name: hedera-the-graph-configmap
password:
#value: "" # Randomly generated if left blank
# value: "" # Randomly generated if left blank
fromSecret:
key: PG_PASSWORD
name: hedera-the-graph-passwords
replicaHost: ''
user:
#value: "<postgres-username>"
# value: "<postgres-username>"
fromSecret:
key: PG_USERNAME
name: hedera-the-graph-passwords
role: query-node
replicas: 1
replicas: 1

0 comments on commit 03287a5

Please sign in to comment.