From 44987f998a33b4d8b2a69de02a7c4e1371c9227f Mon Sep 17 00:00:00 2001 From: scme0 Date: Wed, 30 Jul 2025 18:39:27 +0200 Subject: [PATCH] default app-proxy logs to have prettified logs --- .../cap-app-proxy/environment-variables/_main-container.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml b/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml index 3fe59868..1fcd8321 100644 --- a/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml +++ b/charts/gitops-runtime/templates/_components/cap-app-proxy/environment-variables/_main-container.yaml @@ -211,6 +211,7 @@ IRW_JIRA_ENRICHMENT_TASK_IMAGE: key: enrichmentJiraEnrichmentImage optional: true NODE_EXTRA_CA_CERTS: /app/config/all/all.cer +CF_TELEMETRY_LOGS_PRETTIFY: single-line {{ include "codefresh-gitops-runtime.get-proxy-env-vars" . }} {{- end -}}