We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 349e7e3 commit c9739a3Copy full SHA for c9739a3
modules/helm_release/main.tf
@@ -21,7 +21,7 @@ locals {
21
webservice = { image = { tag = "8264bfc" } },
22
migrations = { image = { tag = "c19dd39" } },
23
"event-worker" = { image = { tag = "8264bfc" } },
24
- "jobs" = { image = { tag = "8264bfc" } },
+ jobs = { image = { tag = "8264bfc" } },
25
}
26
27
integrations_settings = var.github_bot != null ? {
0 commit comments