Avoiding Prefix Transformer for Namespace resource

This commit is contained in:
ageekymonk
2020-07-21 18:33:42 +10:00
parent 45eed23b26
commit c660fd33ae
5 changed files with 15 additions and 3 deletions

View File

@@ -187,7 +187,7 @@ metadata:
"apiVersion": "v1",
"kind": "Namespace",
"metadata": map[string]interface{}{
"name": "foo-ns1-bar",
"name": "ns1",
"labels": map[string]interface{}{
"app": "nginx",
},