diff --git a/stable/gcloud-sqlproxy/values.yaml b/stable/gcloud-sqlproxy/values.yaml index c50a85a..cf31ac0 100755 --- a/stable/gcloud-sqlproxy/values.yaml +++ b/stable/gcloud-sqlproxy/values.yaml @@ -66,9 +66,9 @@ networkPolicy: ingress: from: [] # # List of sources which should be able to access the pods selected for this rule. - # # Items in this list are combined using a logical OR operation. - # # If this field is empty or missing, this rule matches all sources (traffic not restricted by source). - # # If this field is present and contains at least on item, + # # Items in this list are combined using a logical OR operation. + # # If this field is empty or missing, this rule matches all sources (traffic not restricted by source). + # # If this field is present and contains at least on item, # # this rule allows traffic only if the traffic matches at least one item in the from list. # - podSelector: # chooses pods with gcloud-sqlproxy-client="true" # matchLabels: