File tree Expand file tree Collapse file tree
charts/anchor-platform/sep-service Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,4 +7,4 @@ maintainers:
77sources :
88 - https://github.com/stellar/java-stellar-anchor-sdk
99name : sep
10- version : 0.3.96
10+ version : 0.3.97
Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments