From dbfdc0f122766d3f62fe390133f6711b83bcfa48 Mon Sep 17 00:00:00 2001 From: AB Date: Wed, 5 Nov 2025 16:17:36 +0200 Subject: [PATCH] Added pasarguard --- k8s/apps/pasarguard/daemonset.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/apps/pasarguard/daemonset.yaml b/k8s/apps/pasarguard/daemonset.yaml index c5a4bb1..a1fd4b1 100644 --- a/k8s/apps/pasarguard/daemonset.yaml +++ b/k8s/apps/pasarguard/daemonset.yaml @@ -285,7 +285,7 @@ spec: - name: SERVICE_PROTOCOL value: "grpc" - name: DEBUG - value: "false" + value: "true" - name: SSL_CERT_FILE value: "/shared/tls.crt" - name: SSL_KEY_FILE