diff --git a/charts/nx-agents/templates/deployment.yaml b/charts/nx-agents/templates/deployment.yaml index 7fd6a31..16e5e32 100644 --- a/charts/nx-agents/templates/deployment.yaml +++ b/charts/nx-agents/templates/deployment.yaml @@ -45,6 +45,7 @@ spec: - /nx-cloud-workflow-controller - --namespace={{ .Values.global.namespace }} - --in-cluster=true + - --log-level=debug {{- range $key, $value := .Values.executor.env }} - --executor-env={{ $key }}={{ $value }} {{- end }}