Skip to content

Commit

Permalink
fix: 🔧 - Fix envs map in kube overlays (#2854)
Browse files Browse the repository at this point in the history
* fix: 🔧 - Fix envs map

* fix: 🔧 - Fix envs map
  • Loading branch information
afranzi committed Apr 12, 2021
1 parent 5e3ba1d commit 7a7d541
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kube/overlays/dev/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ images:

configMapGenerator:
- name: airbyte-env
env: .env
envs:
- .env
3 changes: 2 additions & 1 deletion kube/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ images:

configMapGenerator:
- name: airbyte-env
env: .env
envs:
- .env

0 comments on commit 7a7d541

Please sign in to comment.