mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-30 19:44:18 -04:00
bootstraper: delete helm chart on installation failure before retrying installation (#1977)
* Delete helm chart on failure before retrying installation * Add chart name to debug output * Remove now unused wait flag from helm Release struct --------- Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
31a22bb443
commit
5a9f9c0a52
3 changed files with 8 additions and 8 deletions
|
@ -12,7 +12,6 @@ type Release struct {
|
|||
Chart []byte
|
||||
Values map[string]any
|
||||
ReleaseName string
|
||||
Wait bool
|
||||
}
|
||||
|
||||
// Releases bundles all helm releases to be deployed to Constellation.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue