Skip to content

Commit

Permalink
Merge pull request #7 from switchboard-xyz/lele/ingress-rewrite-fix
Browse files Browse the repository at this point in the history
Helm: fix deployment vars and substitution
  • Loading branch information
mgild authored Mar 21, 2024
2 parents f2feeee + a602fdf commit c3370f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions chains/solana/devnet-pull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<FILL_IN_HERE>"
guardian:
Expand All @@ -23,7 +23,6 @@ oracle:
key: "<FILL_IN_HERE>"
push:
queue: "uPeRMdfPmrPqgRWSrjAnAkH78RqAhe5kXoW6vBYRqFX"
host: "${SB_DNS}"
key: "<FILL_IN_HERE>"
pull:
queue: "5Qv744yu7DmEbU669GmYRqL9kpQsyYsaVKdR8YiBMTaP"
Expand Down
2 changes: 1 addition & 1 deletion charts/pull-service/templates/oracle-ingress.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c3370f4

Please sign in to comment.