Skip to content

Commit

Permalink
fix: rollback namespace bug (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuHyung-Son authored May 22, 2024
1 parent 3d895b0 commit 74fd8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const (
)

func MapResults(i integrations.Integrations, resultsSpec []v1alpha1.ResultSpec, config v1alpha1.K8sGPT) (map[string]v1alpha1.Result, error) {
namespace := config.Spec.TargetNamespace
namespace := config.Namespace
backend := config.Spec.AI.Backend
backstageEnabled := config.Spec.ExtraOptions != nil && config.Spec.ExtraOptions.Backstage.Enabled
rawResults := make(map[string]v1alpha1.Result)
Expand Down

0 comments on commit 74fd8b6

Please sign in to comment.