-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix kustomization of nginx ingress #329
Conversation
…s fine Signed-off-by: Jan Schoone <schoone@osb-alliance.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested it and it seems it works.
As per discussion in the Container Team meeting:
Suggested way forward: |
Reading through kubernetes-sigs/kustomize#4911, I guess that we just need to replace patches: with patchesStrategicMerge: in the kustomization files to be compatible with kustomize v5 (and v3). |
Better to fully update the syntax and use |
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Please review #348 . |
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Use resources rather than base. Insert path: before filenames referenced in patches. Reference: kubernetes-sigs/kustomize#4911 Supercedes: #329 Signed-off-by: Kurt Garloff <kurt@garloff.de>
Fixes #328