Spurious warning when using only remote manifests #5818
Labels
area/logging
help wanted
We would love to have this done, but don't have the bandwidth, need help from contributors
kind/bug
Something isn't working
planning/Q2-21
priority/p2
May take a couple of releases
Milestone
Expected behavior
I should be able to define a kubectl deploy using only
remoteManifests
without any issues.Actual behavior
If I only define
remoteManifests
, I get a warning like this when runningskaffold run
:Information
Notes
I get the same warning if I explicitly set
manifests
to an empty array. I think there just needs to be a check againstremoteManifests
here:skaffold/pkg/skaffold/schema/defaults/defaults.go
Line 199 in fb9c352
The text was updated successfully, but these errors were encountered: