Skip to content

Commit

Permalink
Fix the CLI upgrade option by adding a missing namespace field to the…
Browse files Browse the repository at this point in the history
… system's YAML (#1285)

Signed-off-by: Ben <[email protected]>
  • Loading branch information
Neon-White authored Jan 11, 2024
1 parent 4d03fc0 commit c0fc2d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/system/system.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,6 +445,7 @@ func RunUpgrade(cmd *cobra.Command, args []string) {
if options.NooBaaImage != "" {
image := options.NooBaaImage
sys.Spec.Image = &image
sys.Namespace = options.Namespace
}
util.KubeApply(sys)
}
Expand Down

0 comments on commit c0fc2d4

Please sign in to comment.