Merge "Fix misquoted comment" into stable/victoria

This commit is contained in:
Zuul 2021-03-02 13:10:05 +00:00 committed by Gerrit Code Review
commit d60e7049b3
1 changed files with 2 additions and 2 deletions

View File

@ -459,10 +459,10 @@ spec:
key: veth_mtu
# The default IPv4 pool to create on startup if none exists. Pod IPs will be
# chosen from this range. Changing this value after installation will have
# no effect. This should fall within `--cluster-cidr`.
# no effect. This should fall within '--cluster-cidr'.
- name: CALICO_IPV4POOL_CIDR
value: ${CALICO_IPV4POOL}
# Disable file logging so `kubectl logs` works.
# Disable file logging so 'kubectl logs' works.
- name: CALICO_DISABLE_FILE_LOGGING
value: "true"
# Set Felix endpoint to host default action to ACCEPT.