-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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.
yener-azs
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working