Environment variable from secrets empty in pipeline

Hi All,

I'm trying to use an environment variable in one of my pipeline configs which is defined in a secrets file in kubernetes.
When I login into the container and do an 'env' commend, the environment variable is defined with the right value. However, in the pipelinexyz.conf the variable is substitused as empty. Other variables which are defined in a configmap are subsititued properly. I don't understand what the difference is as on the command line both are defined when checking with 'env'.

Any idea what I should do to use an environment variable derived from a secret?

Kind regards, Paul Fennema

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.