Kevin Phan
10/26/2022, 8:13 PMkustomization.yaml file? do i need to port over airbyte/kube/resources to my own resource folder (deployments/prd/us_east_2/resources)? I have prod and staging deployment folders setup and deploying via flux.Sunny Hashmi (Airbyte)
10/27/2022, 7:08 PMkube/resources are base configs used in kustomize build , my understanding is that parameters in .env get patched into those configs so if you're using that config file, it's a good idea to bring the base configs over as well and make sure that kustomization.yml is pointing bases to their folder.
You also need to bump the AIRBYTE_VERSION parameter in .env to match the docker image versions. Other than that I believe you should be good to go