From 9a880fd17998d30443c177446cd2359422b98698 Mon Sep 17 00:00:00 2001 From: Nick Kou Date: Wed, 17 Aug 2022 13:40:01 +1200 Subject: [PATCH] test rpc --- charts/graphprotocol-node/Chart.yaml | 2 +- charts/graphprotocol-node/templates/ingress.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/graphprotocol-node/Chart.yaml b/charts/graphprotocol-node/Chart.yaml index e7e8594..eb33a4f 100644 --- a/charts/graphprotocol-node/Chart.yaml +++ b/charts/graphprotocol-node/Chart.yaml @@ -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 diff --git a/charts/graphprotocol-node/templates/ingress.yaml b/charts/graphprotocol-node/templates/ingress.yaml index 176e23b..22a8d47 100644 --- a/charts/graphprotocol-node/templates/ingress.yaml +++ b/charts/graphprotocol-node/templates/ingress.yaml @@ -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 }}