-
Notifications
You must be signed in to change notification settings - Fork 133
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Updating the VaultAuth .spec.kubernetes.role do not propagate when done as part of a helm upgrade.
To Reproduce
Steps to reproduce the behavior:
- Create a helm chart with a VaultAuth, VaultDyanmicSecret or VaultStatisSecret, and a Deployment that references the secret.
- Install the helm chart with an invalid .spec.kubernetes.role and observe that pods cannot run because the secret doesn't exist
- Update the .spec.kubernetes.role to a valid value via the HelmChart.
- Observe that pods still cannot run because the secret doesn't exist
Expected behavior
After updating the Helm release with a valid role in the VaultAuth, the deployment succeeds
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working