fix(elk): remove redundant end block in template

This commit is contained in:
Ben Martin 2024-12-18 17:51:45 +00:00
parent 979648be04
commit 9f52edfbd6
Signed by: ben
GPG key ID: 859A655FCD290E4A

View file

@ -286,7 +286,6 @@ job "elk" {
XPACK_REPORTING_ENCRYPTIONKEY={{.kibana_reporting_encryptionKey}} XPACK_REPORTING_ENCRYPTIONKEY={{.kibana_reporting_encryptionKey}}
XPACK_SECURITY_ENCRYPTIONKEY={{.kibana_security_encryptionKey}} XPACK_SECURITY_ENCRYPTIONKEY={{.kibana_security_encryptionKey}}
{{ end }} {{ end }}
{{end}}
EOF EOF
destination = "secrets/file.env" destination = "secrets/file.env"