mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-12 09:24:23 +00:00
change current version from v1 to v1beta1
This commit is contained in:
@@ -17,9 +17,6 @@ limitations under the License.
|
||||
package fix
|
||||
|
||||
import (
|
||||
"log"
|
||||
"strings"
|
||||
|
||||
"github.com/spf13/cobra"
|
||||
"sigs.k8s.io/kustomize/pkg/commands/kustfile"
|
||||
"sigs.k8s.io/kustomize/pkg/fs"
|
||||
@@ -53,10 +50,6 @@ func RunFix(fSys fs.FileSystem) error {
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
msgs := m.DealWithMissingFields()
|
||||
if len(msgs) > 0 {
|
||||
log.Printf(strings.Join(msgs, "\n"))
|
||||
}
|
||||
|
||||
return mf.Write(m)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user