mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
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 |