From 1259380d0ebc99958e50f6912ec2d861b3a5b46f Mon Sep 17 00:00:00 2001 From: Jirka Kremser Date: Fri, 19 Nov 2021 15:13:18 +0100 Subject: [PATCH] Fix helm docs for hostAliases entries Signed-off-by: Jirka Kremser --- chart/k8gb/values.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/chart/k8gb/values.yaml b/chart/k8gb/values.yaml index 0e57fc088a..0549e46566 100644 --- a/chart/k8gb/values.yaml +++ b/chart/k8gb/values.yaml @@ -23,14 +23,17 @@ k8gb: clusterGeoTag: "eu" # -- comma-separated list of external gslb geo tags to pair with extGslbClustersGeoTags: "us" - # -- use https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/ inside operator pod. Useful for advanced testing scenarios and to break dependency on EdgeDNS for cross k8gb collaboration - hostAliases: + # -- use [/etc/hosts](https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/) + # inside operator pod. Useful for advanced testing scenarios and to break dependency on EdgeDNS for cross k8gb collaboration + # example: `[{"ip": "172.17.0.1", "hostnames": ["gslb-ns-us-cloud.example.com"]}]` + hostAliases: [] # - ip: "172.17.0.1" # hostnames: # - "gslb-ns-us-cloud.example.com" # - ip: "172.17.0.2" # hostnames: # - "gslb-ns-eu-cloud.example.com" + # -- Reconcile time in seconds reconcileRequeueSeconds: 30 log: