diff --git a/flux/cluster/apps/gitops/agola/configmap.yaml b/flux/cluster/apps/gitops/agola/configmap.yaml index 5386c81..6940757 100644 --- a/flux/cluster/apps/gitops/agola/configmap.yaml +++ b/flux/cluster/apps/gitops/agola/configmap.yaml @@ -6,6 +6,7 @@ metadata: data: config.yml: | gateway: + debug: true # The api url that clients will call # Change this to the exposed "agola" service IP apiExposedURL: "https://agola.0x76.dev" @@ -37,7 +38,7 @@ data: connString: "postgres://agola_notif@10.42.42.26/agola_notif?sslmode=disable" configstore: - debug: true + # debug: true dataDir: /mnt/agola/local/configstore db: type: postgres