Skip to content

Commit

Permalink
fix empty value in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Michkov committed Sep 26, 2024
1 parent 0d0f7e5 commit fab127d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ Environment Variable | Default | Description
`LINODE_INSTANCE_CACHE_TTL` | `15` | Default timeout of instance cache in seconds
`LINODE_ROUTES_CACHE_TTL_SECONDS` | `60` | Default timeout of route cache in seconds
`LINODE_REQUEST_TIMEOUT_SECONDS` | `120` | Default timeout in seconds for http requests to linode API
`LINODE_EXTERNAL_SUBNET` | `` | Mark private network as external. Example - `172.24.0.0/16`
`LINODE_EXTERNAL_SUBNET` | | Mark private network as external. Example - `172.24.0.0/16`

## Generating a Manifest for Deployment
Use the script located at `./deploy/generate-manifest.sh` to generate a self-contained deployment manifest for the Linode CCM. Two arguments are required.
Expand Down

0 comments on commit fab127d

Please sign in to comment.