Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Helm Chart not working with FluxCD #15373

Closed
si-te opened this issue Aug 5, 2022 · 1 comment
Closed

Helm Chart not working with FluxCD #15373

si-te opened this issue Aug 5, 2022 · 1 comment
Labels
area/developer Everything related to build, developer UX community team/prod-eng type/bug Something isn't working

Comments

@si-te
Copy link
Contributor

si-te commented Aug 5, 2022

Environment

  • Airbyte version: 0.39.41-alpha
  • OS Version / Instance: Ubuntu on Azure Kubernetes Service
  • Deployment: Helm Deployment on AKS with FluxCD
  • Source Connector and version:
  • Destination Connector and version:
  • Step where error happened: Deploy

Current Behavior

When deploying the Helm Chart via FluxCD, the following error appears:

Helm install failed: error while running post render on files: map[string]interface {}(nil): yaml: unmarshal errors:\n line 59: mapping key "resources" already defined at line 53\n\nLast Helm logs:\n\n"

This is the same error that was fixed in #13711 / #13816 but seems to be there again (probably got in again during a refactoring). The exact problem is this this line that needs to be removed , because the "resources" key is a duplicate:

resources: {{- toYaml .Values.resources | nindent 10 }}

Expected Behavior

Deployment should succeed

Logs

Steps to Reproduce

  1. Do a FluxCD install of the current Helm Chart

Are you willing to submit a PR?

#15374

@si-te si-te added needs-triage type/bug Something isn't working labels Aug 5, 2022
@sajarin sajarin added team/prod-eng area/developer Everything related to build, developer UX and removed needs-triage team/tse Technical Support Engineers autoteam labels Aug 8, 2022
@sajarin
Copy link
Contributor

sajarin commented Aug 8, 2022

Thanks for submitting a PR for this! Closed.

@sajarin sajarin closed this as completed Aug 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/developer Everything related to build, developer UX community team/prod-eng type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants