module-ballerina-kubernetes icon indicating copy to clipboard operation
module-ballerina-kubernetes copied to clipboard

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

Open hemikak opened this issue 5 years ago • 0 comments

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.

hemikak avatar Jan 22 '20 06:01 hemikak