chore(openshift): Added Jenkinsfiles and Nginx files (TV-82)
This commit is contained in:
committed by
Erik Tiekstra
parent
184853b10c
commit
f483ae77f2
6
nginx/template.sh
Normal file
6
nginx/template.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export JWT_URL
|
||||
export RESOLVER
|
||||
|
||||
envsubst '${JWT_URL} ${RESOLVER} ' < /usr/share/container-scripts/nginx/nginx-start/nginx.template > /etc/nginx/nginx.conf
|
||||
Reference in New Issue
Block a user