We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 helm hook job is not uniquely named, and gets replaced if multiple releases are deployed in the same namespace.
helm repo add superset https://apache.github.io/superset helm repo update helm upgrade --install my-release superset/superset --namespace default
All resources to be prefexed with my-release-
my-release-
The superset-init-db hook Job is not prefixed with my-release-.
superset-init-db
2.1.0
0.10.0
Make sure to follow these steps before submitting your issue - thank you!
None
The text was updated successfully, but these errors were encountered:
fix(helm): Add fullname prefix to init job (apache#24219)
f5b949a
Successfully merging a pull request may close this issue.
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
Expected results
All resources to be prefexed with
my-release-
Actual results
The
superset-init-db
hook Job is not prefixed withmy-release-
.Screenshots
Environment
2.1.0
(Helm Chart0.10.0
)Checklist
Make sure to follow these steps before submitting your issue - thank you!
Additional context
None
The text was updated successfully, but these errors were encountered: