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 adding service account name to celery beat pods #19669

Closed
2 of 3 tasks
paulinjo opened this issue Apr 12, 2022 · 0 comments · Fixed by #19670
Closed
2 of 3 tasks

Helm chart not adding service account name to celery beat pods #19669

paulinjo opened this issue Apr 12, 2022 · 0 comments · Fixed by #19670
Labels
#bug Bug report

Comments

@paulinjo
Copy link
Contributor

The serviceAccountName cannot be applied to the celery beat pods when deploying using the Helm chart.

How to reproduce the bug

  1. Set the serviceAccountName and supersetCeleryBeat.enabled:true in the values.yml file for helm deployment
  2. Deploy using helm

Expected results

serviceAccountName spec is applied to the celerybeat pod.

Actual results

serviceAccountName spec applied to all pods except for celerybeat.

Checklist

Make sure to follow these steps before submitting your issue - thank you!

  • I have checked the superset logs for python stacktraces and included it here as text if there are any.
  • I have reproduced the issue with at least the latest released version of superset.
  • I have checked the issue tracker for the same issue and I haven't found one similar.

Additional context

Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
#bug Bug report
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant