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
delete ns resource pls xD its seem like trolling, 2022 year all use helm 3
helm install backup-mongodb ./ Error: INSTALLATION FAILED: create: failed to create: namespaces "mongodb-backup" not found helm install backup-mongodb ./ --namespace backup-mongodb Error: INSTALLATION FAILED: create: failed to create: namespaces "backup-mongodb" not found helm install backup-mongodb ./ --namespace backup-mongodb --create-namespace --wait Error: INSTALLATION FAILED: namespaces "backup-mongodb" already exists
if create ns before install
helm install backup-mongodb ./ Error: INSTALLATION FAILED: rendered manifests contain a resource that already exists.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
delete ns resource pls xD its seem like trolling, 2022 year all use helm 3
if create ns before install
The text was updated successfully, but these errors were encountered: