Skip to content

Commit

Permalink
ANCHOR-403 fix observer deployment annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
reecexlm committed Aug 9, 2023
1 parent 68ca452 commit ab697f0
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 ab697f0

Please sign in to comment.