Fix incorrect environment variable reference in dployment templates
This commit is contained in:
parent
05350c6a3a
commit
7aedfef075
3 changed files with 3 additions and 2 deletions
|
|
@ -61,6 +61,7 @@ steps:
|
|||
- mkdir -p ~/.kube
|
||||
- echo $KUBECONFIG_BASE64 | base64 -d > ~/.kube/config
|
||||
- pwd
|
||||
- echo ${CI_COMMIT_SHA}
|
||||
- kubectl apply -Rf manifests/tor
|
||||
- envsubst < manifests/tor/deployment.yaml.template | kubectl apply -f -
|
||||
privoxy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue