Skip to content

Commit

Permalink
correct-indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fynmanoj authored Jan 27, 2023
1 parent f3f1b40 commit 3856560
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions helm/ph-ee-engine/templates/connector-ams-mifos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ spec:
- name: "ams_local_enabled"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_enabled }}"
- name: "ams_local_interop_host"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_interop_host }}"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_interop_host }}"
- name: "ams_local_customer_host"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_customer_host }}"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_customer_host }}"
- name: "ams_local_account_host"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_account_host}}"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_account_host}}"
- name: "ams_local_auth_host"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_auth_host }}"
value: "{{ .Values.ph_ee_connector_ams_mifos.ams_local_auth_host }}"
volumeMounts:
- name: ph-ee-config
mountPath: "/config"
Expand All @@ -54,4 +54,4 @@ spec:
configMap:
name: ph-ee-config

{{- end}}
{{- end}}

0 comments on commit 3856560

Please sign in to comment.