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

The nident in the airflow chart is incorrect inside of the setup db job #31297

Open
samuel-davis opened this issue Jan 10, 2025 · 1 comment
Open
Assignees
Labels
airflow tech-issues The user has a technical issue about an application triage Triage is needed

Comments

@samuel-davis
Copy link

samuel-davis commented Jan 10, 2025

Name and Version

bitnami/airflow 22.4.3

What architecture are you using?

None

What steps will reproduce the bug?

Attempt to change the resources for the setupDbJob to anything other than a preset.

Are you using any custom parameters or values?

No just default resources.

What is the expected behavior?

That the pod is configured.

What do you see instead?

  install.go:241: 2025-01-10 12:46:21.823244748 -0500 EST m=+1.768469185 [debug] CHART PATH: /home/sam/.cache/helm/repository/airflow-22.4.3.tgz
  Error: YAML parse error on airflow/templates/setup-db-job.yaml: error converting YAML to JSON: yaml: line 139: mapping values are not allowed in this context
  helm.go:86: 2025-01-10 12:46:21.879415546 -0500 EST m=+1.824639998 [debug] error converting YAML to JSON: yaml: line 139: mapping values are not allowed in this context

Additional information

resources: {{- toYaml .Values.setupDBJob.resources | nindent 4 }}

Line 49 of the setup-db-job.yaml should be changed from

          resources: {{- toYaml .Values.setupDBJob.resources | nindent 4 }}

to

          resources: {{- toYaml .Values.setupDBJob.resources | nindent 12 }}
@samuel-davis samuel-davis added the tech-issues The user has a technical issue about an application label Jan 10, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 10, 2025
@carrodher
Copy link
Member

Thank you for bringing this issue to our attention. We appreciate your involvement! If you're interested in contributing a solution, we welcome you to create a pull request. The Bitnami team is excited to review your submission and offer feedback. You can find the contributing guidelines here.

Your contribution will greatly benefit the community. Feel free to reach out if you have any questions or need assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
airflow tech-issues The user has a technical issue about an application triage Triage is needed
Projects
None yet
Development

No branches or pull requests

2 participants