From 1bb4f88af15dd2a2004b099755ee775d543b5cf3 Mon Sep 17 00:00:00 2001
From: Anton <anton0baryshnikov@gmail.com>
Date: Mon, 27 Mar 2023 18:48:27 +0300
Subject: [PATCH] cilium: Additional fix the configuration of tls for hubble
 #9880 (#9932)

---
 roles/network_plugin/cilium/templates/hubble/deploy.yml.j2 | 2 --
 1 file changed, 2 deletions(-)

diff --git a/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2 b/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
index 96d605310..2cfa25eb3 100644
--- a/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
+++ b/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2
@@ -85,8 +85,6 @@ spec:
                   path: client.crt
                 - key: tls.key
                   path: client.key
-                - key: ca.crt
-                  path: hubble-server-ca.crt
           - secret:
               name: hubble-server-certs
               items:
-- 
GitLab