Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Kustomize: namePrefix applies to literally declared Namespace #3306

Closed
klst9498 opened this issue Sep 27, 2020 · 0 comments · Fixed by #3309
Closed

Kustomize: namePrefix applies to literally declared Namespace #3306

klst9498 opened this issue Sep 27, 2020 · 0 comments · Fixed by #3309
Labels
blocked-needs-validation Issue is waiting to be validated before we can proceed bug

Comments

@klst9498
Copy link

Describe the bug
If a Kustomize.yaml file does contain a "namePrefix:" the prefix is also applied to the name of Namespace yaml file. This is an issue of Kustomize VERSION=3.7.0.
see also: kubernetes-sigs/kustomize#235

To Reproduce
explained in kubernetes-sigs/kustomize#235 too

Expected behavior
namePrefix i not applied to the name of an Namespace file

** Solution:
+++ b/docker/kustomize.version
@@ -1,2 +1,2 @@
-KUSTOMIZE_VERSION=3.7.0
-KUSTOMIZE_CHECKSUM=7cfdfd9699d9ca3cfd076b6a70d2be389dfe3f55691801cc617883cef351c52c
+KUSTOMIZE_VERSION=3.8.4
+KUSTOMIZE_CHECKSUM=194caffbdb59d8fc887488ba8fa3dce7b68ccf816737b57bde7338ca980f4912

@klst9498 klst9498 added blocked-needs-validation Issue is waiting to be validated before we can proceed bug labels Sep 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocked-needs-validation Issue is waiting to be validated before we can proceed bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant