Skip to content

Commit

Permalink
use the name provided in the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
sakshisharma84 committed Nov 9, 2023
1 parent 8981bad commit b22657b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func (mc *ManifestController) createOrUpdateManifest(namespace, name, url string
ctx, cancel := context.WithTimeout(context.Background(), 60*time.Second)
defer cancel()

existing, err := mc.getExistingManifest(ctx, namespace, "ss-ns")
existing, err := mc.getExistingManifest(ctx, namespace, name)
if err != nil {
return err
}
Expand Down

0 comments on commit b22657b

Please sign in to comment.