Skip to content

Commit

Permalink
test rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
nickkounz committed Aug 17, 2022
1 parent 0215ea6 commit 9a880fd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.3
version: 0.1.4
keywords:
- graphprotocol
- ethereum
Expand Down
4 changes: 2 additions & 2 deletions charts/graphprotocol-node/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
{{- if .Values.ingress.tls }}
{{- if .Values.ingressRpc.tls }}
tls:
{{- range .Values.ingress.tls }}
{{- range .Values.ingressRpc.tls }}
- hosts:
{{- range .hosts }}
- {{ . | quote }}
Expand Down

0 comments on commit 9a880fd

Please sign in to comment.