Skip to content

Commit

Permalink
Merge pull request #59 from stellar/ANCHOR-408
Browse files Browse the repository at this point in the history
ANCHOR-403 fix observer deployment annotations
  • Loading branch information
reecexlm authored Aug 9, 2023
2 parents 7a4df4e + ab697f0 commit 75bb486
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion charts/anchor-platform/sep-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ maintainers:
sources:
- https://github.com/stellar/java-stellar-anchor-sdk
name: sep
version: 0.3.96
version: 0.3.97
12 changes: 6 additions & 6 deletions charts/anchor-platform/sep-service/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 75bb486

Please sign in to comment.