This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
traefik/entrypoint.sh.tmpl

11 lines
210 B
Bash

#!/bin/sh
set -e
{{ if eq (env "OVH_ENABLED") "1" }}
export OVH_CONSUMER_KEY=$(cat "$OVH_CONSUMER_KEY_FILE")
export OVH_APPLICATION_SECRET=$(cat "$OVH_APPLICATION_SECRET_FILE")
{{ end }}
/entrypoint.sh "$@"