fix(elk): remove unnecessary escape characters in connector configuration
This commit is contained in:
parent
48f7cb7da3
commit
b140ad0ba5
1 changed files with 2 additions and 2 deletions
|
@ -339,8 +339,8 @@ job "elk" {
|
|||
3MDhLOwZNtEqgKgmQD8jptUPZqA7fRYAFVxMS4OH
|
||||
-----END CERTIFICATE-----
|
||||
connectors:
|
||||
- connector_id: "nKHt9JMBI0Po0M1lBKl2\"
|
||||
service_type: "network_drive\"
|
||||
- connector_id: "nKHt9JMBI0Po0M1lBKl2"
|
||||
service_type: "network_drive"
|
||||
api_key: "{{ with nomadVar "nomad/jobs/elk/connector/connector" }}{{.api_key}}{{ end }}"
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue