Skip to content

Commit

Permalink
fix: revert extraEnv delition in values.yaml for bootloader (#15548)
Browse files Browse the repository at this point in the history
* fix: revert extraEnv delition in values.yaml for bootloader

* add newline
  • Loading branch information
xpuska513 authored and girarda committed Aug 11, 2022
1 parent 6ea5290 commit 2daad7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion charts/airbyte-bootloader/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ resources:
## @param bootloader.affinity [object] Affinity and anti-affinity for bootloader pod assignment.
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
##
affinity: {}
affinity: {}
extraEnv: []

0 comments on commit 2daad7b

Please sign in to comment.