Skip to content

Commit

Permalink
test with node_id
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed May 22, 2023
1 parent d83e361 commit 3890ce4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/graphprotocol-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: graphprotocol-node
description: A Helm chart for Graph Protocol Nodes
type: application
version: 0.1.18
version: 0.1.19
keywords:
- graphprotocol
- ethereum
Expand Down
4 changes: 1 addition & 3 deletions charts/graphprotocol-node/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,7 @@ spec:
value: {{ .Values.logLevel | quote }}
{{- else -}}
- name: node_id
valueFrom:
fieldRef:
fieldPath: metadata.name
value: "query_node"
{{- end }}
- name: node_role
value: {{ .Values.role | quote }}
Expand Down

0 comments on commit 3890ce4

Please sign in to comment.