airbyte-platform icon indicating copy to clipboard operation
airbyte-platform copied to clipboard

🐛 Fix Helm Charts: place volumes: inside the if condition

Open saifsafsf opened this issue 6 months ago • 0 comments
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:

saifsafsf avatar May 04 '25 23:05 saifsafsf