mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-17 01:39:06 +00:00
remove patches and imageTags from kustomization.yaml
This commit is contained in:
@@ -18,6 +18,7 @@ package set
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"regexp"
|
||||
"sort"
|
||||
"strings"
|
||||
|
||||
@@ -31,6 +32,8 @@ type setImageOptions struct {
|
||||
imageMap map[string]image.Image
|
||||
}
|
||||
|
||||
var pattern = regexp.MustCompile("^(.*):([a-zA-Z0-9._-]*)$")
|
||||
|
||||
// errors
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user