You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
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
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
The text was updated successfully, but these errors were encountered: