Revert "e2e: fix destination of templates in VaultSecrets test (#9146)" (#9163)

This reverts commit 8aed53c177.
This commit is contained in:
Tim Gross
2020-10-23 09:01:25 -04:00
committed by GitHub
parent 8a90b7eb16
commit 9e9dac4a2c

View File

@@ -33,7 +33,7 @@ job "secrets" {
{{ end }}
EOT
destination = "secrets/certificate.crt"
destination = "${NOMAD_SECRETS_DIR}/certificate.crt"
change_mode = "noop"
}
@@ -42,7 +42,7 @@ EOT
SOME_SECRET={{ with secret "secrets-TESTID/data/myapp" }}{{- .Data.data.key -}}{{end}}
EOT
destination = "secrets/access.key"
destination = "${NOMAD_SECRETS_DIR}/access.key"
}
resources {