Skip to content

Commit

Permalink
update usage of allowedNetworks in unity values.yaml (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
suryagupta4 authored Jun 20, 2024
1 parent f13324c commit 2f3671f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/csi-unity/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2f3671f

Please sign in to comment.