Skip to content

Commit

Permalink
fix custom crd not printing streams logs
Browse files Browse the repository at this point in the history
  • Loading branch information
beastpu authored Oct 16, 2023
1 parent fec6e03 commit fca1c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/skaffold/deploy/kubectl/kubectl.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ func (k *Deployer) Deploy(ctx context.Context, out io.Writer, builds []graph.Art
endTrace(instrumentation.TraceEndError(err))
return err
}
deployedImages, _ := manifests.GetImages(manifest.NewResourceSelectorImages(manifest.TransformAllowlist, manifest.TransformDenylist))
deployedImages, _ := manifests.GetImages(manifest.NewResourceSelectorImages(k.transformableAllowlist, k.transformableDenylist))

k.TrackBuildArtifacts(builds, deployedImages)
k.statusMonitor.RegisterDeployManifests(manifests)
Expand Down

0 comments on commit fca1c2b

Please sign in to comment.