mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
11 lines
283 B
YAML
11 lines
283 B
YAML
---
|
|
provider: digitalocean
|
|
digitalocean:
|
|
# create the API token at https://cloud.digitalocean.com/account/api/tokens
|
|
# needs read + write
|
|
apiToken: "DIGITALOCEAN_API_TOKEN"
|
|
domainFilters:
|
|
# domains you want external-dns to be able to edit
|
|
- example.com
|
|
rbac:
|
|
create: true |