Manifest file secret storage cloud foundary

21 views Asked by At

I want to keep secret in manifest file as dynamic variables under env: block

like below

env: var: ${VALUE}

The VALUE i push from concourse pipeline like below

  • params environment_variables: VALUE: test

But it is not working Anyone can help on this ?

i tried keeping manifest default value and override with params in pipeline but it did not work. Directly put under params like below :

params: VALUE: test

0

There are 0 answers