Skip to content

Commit

Permalink
Revert "e2e: fix destination of templates in VaultSecrets test (#9146)"
Browse files Browse the repository at this point in the history
This reverts commit 8aed53c.
  • Loading branch information
tgross committed Oct 23, 2020
1 parent 8a90b7e commit adb2204
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/vaultsecrets/input/secrets.nomad
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ job "secrets" {
{{ end }}
EOT

destination = "secrets/certificate.crt"
destination = "${NOMAD_SECRETS_DIR}/certificate.crt"
change_mode = "noop"
}

Expand All @@ -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 {
Expand Down

0 comments on commit adb2204

Please sign in to comment.