Add env var support on GCP cloudrun

Signed-off-by: Benjamin Grandfond <benjamin.grandfond@gmail.com>
This commit is contained in:
Benjamin Grandfond
2021-09-05 20:54:21 +02:00
parent db8a92c371
commit 830ad87ced
2 changed files with 19 additions and 2 deletions

View File

@@ -11,4 +11,8 @@ TestCloudRun: deploy: cloudrun.#Service & {
config: TestConfig.gcpConfig
name: "todoapp"
image: "gcr.io/dagger-ci/todoapp:latest"
env: {
FOO: "foo"
BAR: "bar"
}
}