Skip to content

Commit

Permalink
Fixing typo (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
sijo5722-2021 authored Apr 22, 2024
1 parent 057b713 commit 4cd5844
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -654,9 +654,9 @@ centralsettlement:
transaction-requests-service:
podLabels:
sidecar.istio.io/inject: "${enable_istio_injection}"
%{ if trasaction_requests_service_affinity != null ~}
%{ if transaction_requests_service_affinity != null ~}
affinity:
${indent(8, trasaction_requests_service_affinity)}
${indent(8, transaction_requests_service_affinity)}
%{ endif ~}
tolerations: *MOJALOOP_TOLERATIONS
replicaCount: ${trasaction_requests_service_replica_count}
Expand Down

0 comments on commit 4cd5844

Please sign in to comment.