Skip to content
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

Unable to give env vars to non string fields in annotations. #449

Open
hemikak opened this issue Jan 22, 2020 · 0 comments
Open

Unable to give env vars to non string fields in annotations. #449

hemikak opened this issue Jan 22, 2020 · 0 comments

Comments

@hemikak
Copy link
Contributor

hemikak commented Jan 22, 2020

Description:
Cannot give environment variables to some fields in annotations as they cannot be assigned in a string.

Steps to reproduce:

@kubernetes:Deployment {
    buildImage: "$env{BUILD_IMAGE}"
}

Above cannot be done as buildImage field is restricted to a boolean.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants