From f589d4f8312e8f6f1848cbbb5a5cd63ec7fb4ecd Mon Sep 17 00:00:00 2001 From: Toon Albers Date: Tue, 12 Sep 2023 13:52:19 +0200 Subject: [PATCH] [cilium] fix: invalid hubble yaml if cilium_hubble_tls_generate is enabled --- roles/network_plugin/cilium/templates/hubble/deploy.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2 b/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2 index 6d2b9cb2277..53e7f29c80d 100644 --- a/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2 +++ b/roles/network_plugin/cilium/templates/hubble/deploy.yml.j2 @@ -61,6 +61,7 @@ spec: name: tls readOnly: true {% endif %} + restartPolicy: Always serviceAccount: hubble-relay serviceAccountName: hubble-relay @@ -97,6 +98,7 @@ spec: path: server.key name: tls {% endif %} + --- # Source: cilium/templates/hubble-ui/deployment.yaml kind: Deployment