From ab697f0940d9aab1073a006d3adcd3da5e72bd37 Mon Sep 17 00:00:00 2001 From: Reece Markowsky Date: Tue, 8 Aug 2023 22:53:17 -0700 Subject: [PATCH] ANCHOR-403 fix observer deployment annotations --- charts/anchor-platform/sep-service/Chart.yaml | 2 +- .../sep-service/templates/deployment.yaml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/anchor-platform/sep-service/Chart.yaml b/charts/anchor-platform/sep-service/Chart.yaml index a1ab358..57b1d3e 100644 --- a/charts/anchor-platform/sep-service/Chart.yaml +++ b/charts/anchor-platform/sep-service/Chart.yaml @@ -7,4 +7,4 @@ maintainers: sources: - https://github.com/stellar/java-stellar-anchor-sdk name: sep -version: 0.3.96 +version: 0.3.97 diff --git a/charts/anchor-platform/sep-service/templates/deployment.yaml b/charts/anchor-platform/sep-service/templates/deployment.yaml index 6bc6d53..545bf33 100644 --- a/charts/anchor-platform/sep-service/templates/deployment.yaml +++ b/charts/anchor-platform/sep-service/templates/deployment.yaml @@ -27,8 +27,8 @@ spec: {{- if (.Values.deployment).annotations }} annotations: {{- range $key, $value := .Values.deployment.annotations }} - {{ $key }}: {{ $value | quote }} - {{- end }} + {{ $key }}: {{ $value | quote }} + {{- end }} {{- end }} spec: {{- if (.Values.deployment).serviceAccountName }} @@ -146,11 +146,11 @@ spec: {{ $key }}: {{ $value }} {{- end }} {{- end }} - {{- if (.Values.deployment).annotations }} + {{- if (.Values.stellarObserver.deployment).annotations }} annotations: - {{- range $key, $value := .Values.deployment.annotations }} - {{ $key }}: {{ $value | quote }} - {{- end }} + {{- range $key, $value := .Values.stellarObserver.deployment.annotations }} + {{ $key }}: {{ $value | quote }} + {{- end }} {{- end }} spec: {{- if (.Values.deployment).serviceAccountName }}