Skip to content

Commit

Permalink
Rename template to payment_fiat
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless committed Sep 6, 2024
1 parent c64813c commit cc08a4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- name: producer
env:
- name: MESSAGE_TEMPLATE
value: "payment_data"
value: "payment_fiat"
- name: TOPIC
value: payment-external-data
- name: DELAY_MS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
- name: producer
env:
- name: MESSAGE_TEMPLATE
value: "payment_data"
value: "payment_fiat"
- name: TOPIC
value: payment-internal-data
- name: DELAY_MS
Expand Down
4 changes: 2 additions & 2 deletions strimzi/main/clients/01-clients.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ spec:
containers:
- env:
- name: MESSAGE_TEMPLATE
value: payment_data
value: payment_fiat
- name: TOPIC
value: payment-external-data
- name: DELAY_MS
Expand Down Expand Up @@ -1280,7 +1280,7 @@ spec:
containers:
- env:
- name: MESSAGE_TEMPLATE
value: payment_data
value: payment_fiat
- name: TOPIC
value: payment-internal-data
- name: DELAY_MS
Expand Down

0 comments on commit cc08a4e

Please sign in to comment.