Skip to content

Commit

Permalink
Update comment for HubbleKeys array
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Mirensky <[email protected]>
  • Loading branch information
olga-mir committed Sep 9, 2022
1 parent d5cdb67 commit 854c3ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 854c3ca

Please sign in to comment.