chore(helmchart): fixed typo in job.yaml

This commit is contained in:
Taha Yassine Kraiem 2022-01-17 11:56:22 +01:00
parent 948e6fdfc9
commit 4b927b859e

View file

@ -36,7 +36,7 @@ spec:
args:
- |
git clone https://github.com/openreplay/openreplay /opt/openreplay/openreplay -b {{ .Chart.AppVersion }}
# Checking variable is empty. shell indipendant method
# Checking variable is empty. Shell independant method.
if [ "x$ENTERPRISE_EDITION_LICENSE" != "x" ]; then
echo "Copying enterprise code"
cd /opt/openreplay/openreplay