Skip to content

Commit

Permalink
fix missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
dfry committed Mar 27, 2024
1 parent 082e962 commit 1ee9afe
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion account-lookup-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion fspiop-api-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion participants-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion quoting-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion settlements-api-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion settlements-command-handler-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion settlements-event-handler-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion transfers-api-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion transfers-command-handler-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down
2 changes: 1 addition & 1 deletion transfers-event-handler-svc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
name: '{{ .Values.config.mongo_url_secret.name }}'
key: '{{ .Values.config.mongo_url_secret.key }}'
{{- else }}
value: {{ .Values.config.mongo_url }}
value: '{{ .Values.config.mongo_url }}'
{{- end }}
- name: PLATFORM_CONFIG_BASE_SVC_URL
value: {{ .Values.env.platform_config_base_svc_url }}
Expand Down

0 comments on commit 1ee9afe

Please sign in to comment.