cloud-sql-proxy
cloud-sql-proxy copied to clipboard
Update k8s examples to use envvar instead of cli flags
Description
The operator uses environment variables to configure the proxy instead of CLI flags because it is easier to accurately read and update the configuration. We introduce the envvar configuration to the k8s examples in #1950.
We should update all the k8s examples to use the envvar configuration instead of CLI flags.