Skip to content

Commit

Permalink
weeder: restart the deployment on restore
Browse files Browse the repository at this point in the history
This change ensures the service is restarted after backup restore to load the new ZK certs.

Change-Id: I56e7ab9d3faf4ef02f8f52b287351851b96e259b
  • Loading branch information
TristanCacqueray committed Sep 9, 2024
1 parent 86e801f commit 11f4759
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ func clearComponents(env cliutils.ENV) {
},
})
}
for _, depName := range []string{"zuul-web", "nodepool-launcher"} {
for _, depName := range []string{"zuul-web", "zuul-weeder", "nodepool-launcher"} {
cliutils.DeleteOrDie(&env, &appsv1.Deployment{
ObjectMeta: metav1.ObjectMeta{
Name: depName,
Expand Down
3 changes: 3 additions & 0 deletions doc/reference/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ All notable changes to this project will be documented in this file.
### Removed
### Changed
### Fixed

- weeder: ensure the service is restarted after backup restore to load the new ZK certs.

### Security

## [v0.0.40] - 2024-09-09
Expand Down

0 comments on commit 11f4759

Please sign in to comment.