mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 17:12:51 +00:00
Refactor kustomize config command structure
- Create cfg, fn, live parent commands
This commit is contained in:
committed by
Phillip Wittrock
parent
73157c7141
commit
701c217791
@@ -11,7 +11,7 @@ func TestCreateSetter(t *testing.T) {
|
||||
tests := []test{
|
||||
{
|
||||
name: "create_setter",
|
||||
args: []string{"create-setter", ".", "replicas", "3"},
|
||||
args: []string{"cfg", "create-setter", ".", "replicas", "3"},
|
||||
files: map[string]string{
|
||||
"deployment.yaml": `
|
||||
apiVersion: apps/v1
|
||||
|
||||
Reference in New Issue
Block a user