Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

Commit 605a815

Browse files
authored
chore: Update README.md for missing backtick. (#450)
1 parent 86a83b0 commit 605a815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/kubernetes-external-secrets/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The following table lists the configurable parameters of the `kubernetes-externa
7878
| `env.METRICS_PORT` | Specify the port for the prometheus metrics server | `3001` |
7979
| `env.ROLE_PERMITTED_ANNOTATION` | Specify the annotation key where to lookup the role arn permission boundaries | `iam.amazonaws.com/permitted` |
8080
| `env.POLLER_INTERVAL_MILLISECONDS` | Set POLLER_INTERVAL_MILLISECONDS in Deployment Pod | `10000` |
81-
| `env.VAULT_ADDR` | Endpoint for the Vault backend, if using Vault | `http://127.0.0.1:8200 |
81+
| `env.VAULT_ADDR` | Endpoint for the Vault backend, if using Vault | `http://127.0.0.1:8200` |
8282
| `env.DISABLE_POLLING` | Disables backend polling and only updates secrets when ExternalSecret is modified, setting this to any value will disable polling | `nil` |
8383
| `envVarsFromSecret.AWS_ACCESS_KEY_ID` | Set AWS_ACCESS_KEY_ID (from a secret) in Deployment Pod | |
8484
| `envVarsFromSecret.AWS_SECRET_ACCESS_KEY` | Set AWS_SECRET_ACCESS_KEY (from a secret) in Deployment Pod | |

0 commit comments

Comments
 (0)