Skip to content

Commit 75bb486

Browse files
authored
Merge pull request #59 from stellar/ANCHOR-408
ANCHOR-403 fix observer deployment annotations
2 parents 7a4df4e + ab697f0 commit 75bb486

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

charts/anchor-platform/sep-service/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ maintainers:
77
sources:
88
- https://github.com/stellar/java-stellar-anchor-sdk
99
name: sep
10-
version: 0.3.96
10+
version: 0.3.97

charts/anchor-platform/sep-service/templates/deployment.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ spec:
2727
{{- if (.Values.deployment).annotations }}
2828
annotations:
2929
{{- range $key, $value := .Values.deployment.annotations }}
30-
{{ $key }}: {{ $value | quote }}
31-
{{- end }}
30+
{{ $key }}: {{ $value | quote }}
31+
{{- end }}
3232
{{- end }}
3333
spec:
3434
{{- if (.Values.deployment).serviceAccountName }}
@@ -146,11 +146,11 @@ spec:
146146
{{ $key }}: {{ $value }}
147147
{{- end }}
148148
{{- end }}
149-
{{- if (.Values.deployment).annotations }}
149+
{{- if (.Values.stellarObserver.deployment).annotations }}
150150
annotations:
151-
{{- range $key, $value := .Values.deployment.annotations }}
152-
{{ $key }}: {{ $value | quote }}
153-
{{- end }}
151+
{{- range $key, $value := .Values.stellarObserver.deployment.annotations }}
152+
{{ $key }}: {{ $value | quote }}
153+
{{- end }}
154154
{{- end }}
155155
spec:
156156
{{- if (.Values.deployment).serviceAccountName }}

0 commit comments

Comments
 (0)