From 00baae4c25933423c73b9c6cf08cd59d35cd9f6d Mon Sep 17 00:00:00 2001 From: Surya Date: Wed, 19 Jun 2024 20:28:34 +0000 Subject: [PATCH] update usage of allowedNetworks in unity values.yaml --- charts/csi-unity/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/csi-unity/values.yaml b/charts/csi-unity/values.yaml index 4619bb55..9153fc2f 100644 --- a/charts/csi-unity/values.yaml +++ b/charts/csi-unity/values.yaml @@ -33,10 +33,10 @@ certSecretCount: 1 # allowedNetworks: Custom networks for Unity export # Specify list of networks which can be used for NFS I/O traffic; CIDR format should be used. -# Allowed values: list of one or more networks +# Allowed values: list of one or more networks (comma separated) # Default value: None -# Examples: [192.168.1.0/24, 192.168.100.0/22] -allowedNetworks: [] +# Examples: 192.168.1.0/24, 192.168.100.0/22 +allowedNetworks: # imagePullPolicy: Policy to determine if the image should be pulled prior to starting the container. # Allowed values: