From 6456eabaee63744f4c38d9678d052dc6e8df1a1b Mon Sep 17 00:00:00 2001 From: David Kirwan Date: Wed, 24 Jul 2024 14:45:28 +0100 Subject: [PATCH] firmitas: update command/entrypoint in deployment Signed-off-by: David Kirwan --- roles/openshift-apps/firmitas/templates/deployment.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openshift-apps/firmitas/templates/deployment.yml b/roles/openshift-apps/firmitas/templates/deployment.yml index be0cea50fa..cad64c0946 100644 --- a/roles/openshift-apps/firmitas/templates/deployment.yml +++ b/roles/openshift-apps/firmitas/templates/deployment.yml @@ -29,6 +29,8 @@ spec: env: - name: FIRMITAS_CONFIG value: "/etc/firmitas/myconfig.py" + command: ["firmitas"] + args: ["--conffile", "/etc/firmitas/myconfig.py"] securityContext: allowPrivilegeEscalation: false capabilities: