How to refer a file under patches which is exists in another path or folder #5417
-
Hi team , can anyone help with this following scenario : Let me explain the flow : apiVersion: kustomize.config.k8s.io/v1beta1
if I do kubectl kustomize on the overlay I am getting error . can anyone explain how can I refer demo.yaml file under patches here . Thanks in advance . |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
This issue is currently awaiting triage. SIG CLI takes a lead on issue triage for this repo, but any Kubernetes member can accept issues by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Beta Was this translation helpful? Give feedback.
-
Try setting the Also pertinent is the recent #5216. |
Beta Was this translation helpful? Give feedback.
-
/kind support |
Beta Was this translation helpful? Give feedback.
-
@LAVA-KUMAR, does @seh's response answer your question? As side notes, we usually recommend support questions be asked in the Kustomize Slack channel |
Beta Was this translation helpful? Give feedback.
-
@sarab97 What do you think of opening GitHub discussions on the Kustomize repo? It'd be great if we could formalize this new best practice, either via flows or documentation. |
Beta Was this translation helpful? Give feedback.
Try setting the
--load-restrictor
flag to "'LoadRestrictionsNone" in order to relax the default restriction that all referenced files must be dominated by the kustomization root directory.Also pertinent is the recent #5216.