Skip to content

Commit 2bb7588

Browse files
authored
fix: revert extraEnv delition in values.yaml for bootloader (#15548)
* fix: revert extraEnv delition in values.yaml for bootloader * add newline
1 parent 16d8133 commit 2bb7588

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/airbyte-bootloader/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,5 @@ resources:
6060
## @param bootloader.affinity [object] Affinity and anti-affinity for bootloader pod assignment.
6161
## ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity
6262
##
63-
affinity: {}
63+
affinity: {}
64+
extraEnv: []

0 commit comments

Comments
 (0)