diff --git a/stable/yugaware/templates/configs.yaml b/stable/yugaware/templates/configs.yaml index 3689e35d88..5281f0ad37 100644 --- a/stable/yugaware/templates/configs.yaml +++ b/stable/yugaware/templates/configs.yaml @@ -112,6 +112,9 @@ data: security.headers.hsts_enabled = true {{- end }} security.headers.custom_headers = {{ include "customHeaders" . }} + {{- if eq .Values.ip_version_support "v6_only" }} + env_proxy_selector.enabled = false + {{- end }} } play.filters {