Skip to content

Commit

Permalink
enable debug for graph node on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
paulperegud committed Aug 5, 2024
1 parent c0f3da7 commit 3df2d7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/argocd/templates/octant-application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
value: '$BACKEND_RPC_URL'
- name: graphNode.graph.env.GRAPHQL_MAX_FIRST
value: '100000'
- name: graphNode.graph.env.GRAPH_LOG
value: 'debug'
- name: graphHealtchecker.replicas
value: '${GRAPH_HEALTHCHECKER_REPLICAS:-1}'
- name: subgraph.deploy
Expand Down

0 comments on commit 3df2d7f

Please sign in to comment.