diff --git a/config/configStructs/tapConfig.go b/config/configStructs/tapConfig.go index f40a19318..2dd0bf3fa 100644 --- a/config/configStructs/tapConfig.go +++ b/config/configStructs/tapConfig.go @@ -121,6 +121,7 @@ type TapConfig struct { NodeSelectorTerms []v1.NodeSelectorTerm `yaml:"nodeselectorterms" json:"nodeselectorterms" default:"[]"` Auth AuthConfig `yaml:"auth" json:"auth"` Ingress IngressConfig `yaml:"ingress" json:"ingress"` + IPv6 bool `yaml:"ipv6" json:"ipv6" default:"true"` Debug bool `yaml:"debug" json:"debug" default:"false"` } diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 38f095761..eed3e5e53 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -57,8 +57,8 @@ tap: host: ks.svc.cluster.local tls: [] certmanager: letsencrypt-prod - debug: false ipv6: true + debug: false logs: file: "" kube: