Skip to content
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.

Support passing extra arguments to injected envoy binary #675

Merged
merged 1 commit into from
Nov 9, 2020

Commits on Nov 8, 2020

  1. Support passing extra arguments to injected envoy binary

    When a user sets connectInject.envoyExtraArgs value, they can send
    arguments to the injected envoy sidecar binary. For example, in a
    development environment, we could consider enabling debug logs in all
    sidecars.
    
    Usage:
    ```
    connectInject:
      enabled: true
      envoyExtraArgs: "--log-level debug --disable-hot-restart"
    ```
    ndhanushkodi committed Nov 8, 2020
    Configuration menu
    Copy the full SHA
    c163481 View commit details
    Browse the repository at this point in the history