Skip to content

Default helm install fails on chart version 2.0.0 #496

@vishal-chdhry

Description

@vishal-chdhry

Describe the bug
v2.0.0 chart added a dependency on secrets-store-csi-driver: 4048ba1, this causes default install to fail because both of the charts install a daemonset with same name .Chart.Name by default

To Reproduce

Steps to reproduce the behavior:

❯ helm install secrets-store-csi-driver-provider-aws secrets-store-csi-driver-provider-aws --namespace kube-system --create-namespace --repo https://aws.github.io/secrets-store-csi-driver-provider-aws --wait
Error: INSTALLATION FAILED: 1 error occurred:
        * daemonsets.apps "secrets-store-csi-driver-provider-aws" already exists

Do you also notice this bug when using a different secrets store provider (Vault/Azure/GCP...)? No

If yes, the issue is likely with the k8s Secrets Store CSI driver, not the AWS provider. Open an issue in that repo.

Expected behavior

The install should work

Environment:
OS, Go version, etc.

Additional context
Add any other context about the problem here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions