Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nobleess authored and mircea-pavel-anton committed Jan 17, 2025
1 parent 787e891 commit 650d8cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,15 @@ See mirceanton/external-dns-provider-mikrotik#140 and kubernetes-sigs/external-d

### MikroTik Configuration

| Environment Variable | Description | Default Value |
|-----------------------------|---------------------------------------------------------------------|---------------|
| `MIKROTIK_BASEURL` | URL at which the RouterOS API is available. (ex. `https://192.168.88.1:443`) | N/A |
| `MIKROTIK_USERNAME` | Username for the RouterOS API authentication. | N/A |
| `MIKROTIK_PASSWORD` | Password for the RouterOS API authentication. | N/A |
| `MIKROTIK_SKIP_TLS_VERIFY` | Whether to skip TLS verification (true or false). | `false` |
| `LOG_FORMAT` | The format in which logs will be printed. (`text` or `json`) | `json` |
| `LOG_LEVEL` | The verbosity at which logs are printed logs. (`debug`, `info`, `warn` or `error`) | `info` |
| Environment Variable | Description | Default Value |
|-----------------------------|------------------------------------------------------------------------------------|---------------|
| `MIKROTIK_BASEURL` | URL at which the RouterOS API is available. (ex. `https://192.168.88.1:443`) | N/A |
| `MIKROTIK_USERNAME` | Username for the RouterOS API authentication. | N/A |
| `MIKROTIK_PASSWORD` | Password for the RouterOS API authentication. | N/A |
| `MIKROTIK_SKIP_TLS_VERIFY` | Whether to skip TLS verification (true or false). | `false` |
| `LOG_FORMAT` | The format in which logs will be printed. (`text` or `json`) | `json` |
| `LOG_LEVEL` | The verbosity at which logs are printed logs. (`debug`, `info`, `warn` or `error`) | `info` |
| `MIKROTIK_DEFAULT_TTL` | The verbosity at setup default TTL for dns record for RouterOS. | `3600` |

### Webhook Server Configuration

Expand Down
2 changes: 2 additions & 0 deletions example/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ provider:
value: json
- name: LOG_LEVEL
value: debug
- name: MIKROTIK_DEFAULT_TTL
value: 1800
- name: MIKROTIK_BASEURL
valueFrom:
secretKeyRef:
Expand Down

0 comments on commit 650d8cb

Please sign in to comment.