envsubst Questions

14

Solved

Is there a way to prevent envsubst from substituting a $VARIABLE? For example, I would expect something like: export THIS=THAT echo "dont substitute \\\$THIS" | envsubst and have it return dont...
Primrose asked 25/7, 2014 at 20:8

2

Solved

I have the following bitbucket pipeline, which is for deploying a Meteor app with Mup. Everything is working up until the final mup deploy command it seems to not to be able to read the generated c...
Rackety asked 21/9, 2022 at 21:13

1

Solved

I'm trying to run the command envsubst < myfile to replace environment variables but instead of being replaced with their values, they are being replaced with blank strings. Here's my example co...
Dynast asked 9/6, 2021 at 15:23

2

Solved

Let's say we have a number of Kubernetes configuration files in a folder kubernetes and we want to apply them all: kubectl apply -f kubernetes -n MyNamespace Some of these files contain environmen...
Yamashita asked 13/1, 2021 at 16:8

1

Cannot use $$ character in environment variables of GitLab CI. I store my secrects in GitLab CI environment variables out of which one of my pass word string has $$ characters at the end (eg :Ab1...
Rescue asked 25/4, 2019 at 19:59
1

© 2022 - 2024 — McMap. All rights reserved.