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

🐛 Fix Helm Charts: remove leaking database credentials from airbyte's config map

Open saifsafsf opened this issue 6 months ago • 0 comments
trafficstars

What

The airbyte_env config map in airbyte charts includes database credentials, which should be a secret instead.

How

Remove the credentials from the airbyte_env config map since these secrets are not referred to anywhere through this config map.

Can this PR be safely reverted and rolled back?

  • [x] YES :green_heart:
  • [ ] NO :x:

saifsafsf avatar May 04 '25 23:05 saifsafsf