10 lines
259 B
Plaintext
10 lines
259 B
Plaintext
provider: digitalocean
|
|
digitalocean:
|
|
# create the API token at https://cloud.digitalocean.com/account/api/tokens
|
|
# needs read + write
|
|
apiToken: "TODO"
|
|
domainFilters:
|
|
# domains you want external-dns to be able to edit
|
|
- TODO.TODO
|
|
rbac:
|
|
create: true |