rephrased the helper text for better understanding of supported values in values.yaml

This commit is contained in:
Sachin Avina
2026-07-21 19:38:17 +05:30
committed by GitHub
parent 91411a5e43
commit 065caea78f
@@ -206,9 +206,9 @@ reloader:
# annotations: {}
# port: 9090
# For IPv4 and IPv6 dual stack support.
# ipFamilyPolicy: SingleStack | PreferDualStack | RequireDualStack
# Specifies the IP family policy for the service. Supported values are SingleStack, PreferDualStack, and RequireDualStack.
# ipFamilyPolicy: "SingleStack"
# ipFamilies: ["IPv4"] | ["IPv6"] | ["IPv4","IPv6"] | ["IPv6","IPv4"]
# Specify the IP protocol family or dual-stack preference for the service. Supported values: ["IPv4"], ["IPv6"], ["IPv4","IPv6"], or ["IPv6","IPv4"].
# ipFamilies: ["IPv4"]
rbac: