...
1{{- /*
2Most variables in this file should be double actioned, as they are first templated by
3ExternalSecrets to create the secret, before being templated by nodeagent to set the
4correct values on the IEN
5*/ -}}
6provider: "{{ "{{ .Provider }}" }}"
7
8subscriptions:
9 - name: "sub.{{ "{{ .StoreID }}" }}.{{ "{{ .TerminalID }}" }}.dsds-ea-request"
10 bannerID: "{{ "{{ .BannerID }}" }}"
11 storeID: "{{ "{{ .StoreID }}" }}"
12 terminalID: "{{ "{{ .TerminalID }}" }}"
13 CredentialsPath: "{{ "{{ .CredentialsPath }}" }}"
14 handler:
15 ResponseTopic: "topic.dsds-ea-response"
16 Type: "cli"
View as plain text