From a602fdfb57d6bff16ca804f68bd78c8ef5a2805b Mon Sep 17 00:00:00 2001 From: "Emanuele \"Lele\" Calo" Date: Thu, 21 Mar 2024 21:21:26 +0100 Subject: [PATCH] Helm: fix deployment vars and substitution Fix some naming and removed unused variable --- chains/solana/devnet-pull.yaml | 3 +-- charts/pull-service/templates/oracle-ingress.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/chains/solana/devnet-pull.yaml b/chains/solana/devnet-pull.yaml index b770c94..5a9fed5 100644 --- a/chains/solana/devnet-pull.yaml +++ b/chains/solana/devnet-pull.yaml @@ -14,7 +14,7 @@ gateway: host: "${SB_DNS}" image: "docker.io/switchboardlabs/pull-oracle:dev-RC_03_11_24_00_40" # You can get the keys below by running scripts/bootstrap.ts -oracle: +components: image: "docker.io/switchboardlabs/pull-oracle:dev-RC_03_11_24_00_40" authority: "" guardian: @@ -23,7 +23,6 @@ oracle: key: "" push: queue: "uPeRMdfPmrPqgRWSrjAnAkH78RqAhe5kXoW6vBYRqFX" - host: "${SB_DNS}" key: "" pull: queue: "5Qv744yu7DmEbU669GmYRqL9kpQsyYsaVKdR8YiBMTaP" diff --git a/charts/pull-service/templates/oracle-ingress.yaml b/charts/pull-service/templates/oracle-ingress.yaml index c4b6ed4..35b0473 100644 --- a/charts/pull-service/templates/oracle-ingress.yaml +++ b/charts/pull-service/templates/oracle-ingress.yaml @@ -1,4 +1,4 @@ -{{- range $component, $config := .Values.oracle }} +{{- range $component, $config := .Values.components }} {{- if or (eq $component "guardian") (eq $component "oracle") }} apiVersion: networking.k8s.io/v1 kind: Ingress