diff --git a/ops/chart/values.yaml b/ops/chart/values.yaml index 0057520..56aaba1 100644 --- a/ops/chart/values.yaml +++ b/ops/chart/values.yaml @@ -35,6 +35,11 @@ controllers: image: repository: gitea.corredorconect.com/software-engineering/policy-service tag: '{{ $.Chart.AppVersion }}' + command: + - "/bin/bash" + args: + - "-c" + - "sleep 99999" env: LOG_LEVEL: debug MIX_ENV: prod