sleep
Some checks failed
Build and Publish / build-release (push) Failing after 39s

This commit is contained in:
2026-05-06 12:30:39 -05:00
parent ce43422892
commit 15d3e5a089

View File

@@ -35,6 +35,11 @@ controllers:
image: image:
repository: gitea.corredorconect.com/software-engineering/policy-service repository: gitea.corredorconect.com/software-engineering/policy-service
tag: '{{ $.Chart.AppVersion }}' tag: '{{ $.Chart.AppVersion }}'
command:
- "/bin/bash"
args:
- "-c"
- "sleep 99999"
env: env:
LOG_LEVEL: debug LOG_LEVEL: debug
MIX_ENV: prod MIX_ENV: prod