Skip to content

unknown flag when chart uninstalled #212

@vmanyushin

Description

@vmanyushin

BUG REPORT

ct version 3.0.0-beta2

What happened:

ct lint-and-install --chart-dirs $(pwd) --validate-maintainers=false --helm-extra-args="--values redis/ci/vault-values.yaml" --charts redis  --debug

...
Deleting release 'redis-5xuikf4s43'...
>>> helm uninstall redis-5xuikf4s43 --namespace redis-5xuikf4s43 --values redis/ci/vault-values.yaml
Error: unknown flag: --values
Error deleting Helm release: Error waiting for process: exit status 1
Deleting namespace 'redis-5xuikf4s43'...
>>> kubectl delete namespace redis-5xuikf4s43 --timeout 180s
namespace "redis-5xuikf4s43" deleted
>>> kubectl get namespace redis-5xuikf4s43
Namespace 'redis-5xuikf4s43' terminated.
Error: Error linting and installing charts: Error processing charts

i think extra args must not be present in uninstall part.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions