airbyte-platform
airbyte-platform copied to clipboard
🐛 Fix Helm Charts: place volumes: inside the if condition
trafficstars
What
volumes: label in spec.template.spec.containers field throws the following warning if no extraVolumes are passed.
warnings.go:70] unknown field "spec.template.spec.containers[0].volumes
How
Placing the volumes: label inside the if condition helps avoid the aforementioned warning when no extraVolumes are passed.
Can this PR be safely reverted and rolled back?
- [x] YES :green_heart:
- [ ] NO :x: