mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 01:50:55 +00:00
Additional tests around reusing the same bases and components
This commit is contained in:
@@ -463,7 +463,7 @@ configMapGenerator:
|
||||
err := th.RunWithErr("/app/prod", th.MakeDefaultOptions())
|
||||
if !strings.Contains(
|
||||
err.Error(),
|
||||
"apiVersion should be kustomize.config.k8s.io/v1alpha1") {
|
||||
"apiVersion for Component should be kustomize.config.k8s.io/v1alpha1") {
|
||||
t.Fatalf("unexpected error: %s", err)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user