From 2ac128b5abfa98f647f83d5884a6bd4cb01e609a Mon Sep 17 00:00:00 2001 From: Victor Date: Wed, 25 May 2022 13:11:17 +0200 Subject: [PATCH] agola: logging --- flux/cluster/apps/gitops/agola/deployment.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/flux/cluster/apps/gitops/agola/deployment.yaml b/flux/cluster/apps/gitops/agola/deployment.yaml index 647fa60..836901c 100644 --- a/flux/cluster/apps/gitops/agola/deployment.yaml +++ b/flux/cluster/apps/gitops/agola/deployment.yaml @@ -35,7 +35,8 @@ spec: - /mnt/agola/local/config.yml - "--components" - all-base,executor - - "--embedded-etcd" + - "--debug" + - "--detailed-errors" ports: - containerPort: 8000 - containerPort: 4000