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 hook job doesn't include the release name #24219

Closed
3 tasks done
NickLarsenNZ opened this issue May 25, 2023 · 0 comments · Fixed by #24221
Closed
3 tasks done

Helm hook job doesn't include the release name #24219

NickLarsenNZ opened this issue May 25, 2023 · 0 comments · Fixed by #24221
Labels
#bug Bug report

Comments

@NickLarsenNZ
Copy link
Contributor

The helm hook job is not uniquely named, and gets replaced if multiple releases are deployed in the same namespace.

How to reproduce the bug

helm repo add superset https://apache.github.io/superset
helm repo update
helm upgrade --install my-release superset/superset --namespace default

Expected results

All resources to be prefexed with my-release-

Actual results

The superset-init-db hook Job is not prefixed with my-release-.

Screenshots

image

Environment

  • browser type and version: N/A
  • superset version: 2.1.0 (Helm Chart 0.10.0)
  • python version: N/A
  • node.js version: N/A
  • any feature flags active: N/A

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

None

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