Hi, Jason
> Could you not reference the existing variable instead of creating a custom
> variable that contains the same data?
>
Unfortunately no, these variables are expected to get as environment
variables for k8s manifest template to prepare the manifest file.
Currently the issue is solved by Linux way to set env. variables before
command
e.g.
gocd_image_path=${IMAGE_PREFIX}/${GO_PIPELINE_NAME}:${GO_PIPELINE_LABEL}
dump-env --template=.env.dist --prefix='gocd_' > .env
--
You received this message because you are subscribed to the Google Groups
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/go-cd/23c781d5-dc0f-448c-9f3f-3c66087395c4%40googlegroups.com.