diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 4a13509..859863c 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -{{ if (env "FILE_STORAGE") == "s3" }} +{{ if eq (env "FILE_STORAGE") "s3" }} export AWS_SECRET_ACCESS_KEY=$(cat /run/secrets/aws_secret_key) {{ end }}