-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
skaffold render
does not respect templating deploy.helm.releases.name
#5671
Comments
There are a few different forms of templating, and in this situation is referring to Go templating in the @GoogleContainerTools/skaffold-team thoughts? Are there any dangers in loading the |
@netaskd could you clarify:
Did you mean you were providing |
@briandealwis, In this example:
then
|
So that should be supported. Could you please run Skaffold with |
@briandealwis looks like the issue exists when set
|
Actual behavior
In the doc (https://skaffold.dev/docs/environment/templating/):
My skaffold.yaml contains:
where
PROJECT_VERSION
is "0.0.1" (sourced fromdev-env
file to the current shell env)So, when I run
skaffold render
it does not fill variable and shows it as is in theskaffold.yaml
. For example,ConfigMap
contains:This behavior affects all points where I use
{{ .Release.Name }}
in helm chart. SourceConfigMap
looks like this:Information
The text was updated successfully, but these errors were encountered: