Skip to content

Commit

Permalink
Kustomize: Missing NORMALIZATION_JOB_* environment variables in stabl…
Browse files Browse the repository at this point in the history
…e-with-resource-limits overlays (#17713)

The `NORMALIZATION_JOB_MAIN_CONTAINER*` environment variables (introduced in f8ebd4f ) are missing in the `stable-with-resource-limits` k8s kustomize overlays which prevents `airbyte-worker` container from starting up. 
```
Error: couldn't find key NORMALIZATION_JOB_MAIN_CONTAINER_MEMORY_REQUEST in ConfigMap <>/airbyte-env-....
```
  • Loading branch information
ogusak authored Oct 7, 2022
1 parent a1854a4 commit afbf400
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions kube/overlays/stable-with-resource-limits/.env
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ JOB_MAIN_CONTAINER_CPU_LIMIT=
JOB_MAIN_CONTAINER_MEMORY_REQUEST=
JOB_MAIN_CONTAINER_MEMORY_LIMIT=

NORMALIZATION_JOB_MAIN_CONTAINER_MEMORY_LIMIT=
NORMALIZATION_JOB_MAIN_CONTAINER_MEMORY_REQUEST=
NORMALIZATION_JOB_MAIN_CONTAINER_CPU_LIMIT=
NORMALIZATION_JOB_MAIN_CONTAINER_CPU_REQUEST=

# Worker #
WORKERS_MICRONAUT_ENVIRONMENTS=control-plane

Expand Down

0 comments on commit afbf400

Please sign in to comment.