mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
This reverts commit 8aed53c177.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user