From 854c3ca45950e912cac4704e145e3d54ab05efb9 Mon Sep 17 00:00:00 2001 From: Olga Mirensky <5200844+olga-mir@users.noreply.github.com> Date: Fri, 2 Sep 2022 19:59:25 +1000 Subject: [PATCH] Update comment for HubbleKeys array Signed-off-by: Olga Mirensky <5200844+olga-mir@users.noreply.github.com> --- defaults/defaults.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/defaults/defaults.go b/defaults/defaults.go index 130892cef4..a5effcecb4 100644 --- a/defaults/defaults.go +++ b/defaults/defaults.go @@ -102,8 +102,10 @@ var ( CiliumPodSelector = "k8s-app=cilium" ) -// all hubble values from `cilium-config“ configmap +// All hubble values from `cilium-config` configmap: // https://github.com/cilium/cilium/blob/d9a04be9d714e5f5544cbca7ef8db7a151bfce96/install/kubernetes/cilium/templates/cilium-configmap.yaml#L709-L750 +// this list is used to cherry-pick only hubble related values for configmap patch +// when running in unknown install state (i.e. when `cilium-cli-helm-values` doesn't exist) var HubbleKeys = []string{ "enable-hubble", "hubble-disable-tls",