Combination of helm update with --force and PVC causes failed deployments #9
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
webgrip/workflows#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Ryangr0 on GitHub.
Originally assigned to: @Ryangr0 on GitHub.
Problem description
When
github.com/webgrip/workflows@82773478e7/.github/workflows/helm-chart-deploy.ymldoes--forcemakes all values fromvalues.yamlgo into the k8s workload. Because the name is empty, it fails, and it also can't just delete pvc's.So, we want a solution to this