-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
well-defined vars that were never replaced: EXTERNAL_IP #1734
Comments
you are just missing the varreference. check here |
@jbrette Even after adding proper varReference variable replacement is inconstant I am trying to replace few values in my deployment with variables. In some cases variable replacements is working properly but some of the cases its not replacing variables at all. deployment.yaml:
Params.env:
Params.yaml:
kustomize.yaml:
config-map.yaml:
Here i am replacing 2 variables in my deployment, namely verTag and dkubeDockerSecret $ kustomize build
Can you please help me in understanding the problem and resolve it. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
@fejta-bot: Closing this issue. In response to this:
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. |
Hit error when refer to
ConfigMap
data invars
. And it seems like this error only happen toEXTERNAL_IP
variable.EXTERNAL_PORT
variable does not fails.Here is my
kustomization.yaml
here is
kustomize version
The text was updated successfully, but these errors were encountered: