Skip to content

Commit

Permalink
fix: cf token
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Rodenhuis committed Nov 7, 2023
1 parent 1871975 commit 9c5a807
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/get-started/installation/civo.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ And adjust the `domainSuffix`, `domainFilters` and `email`.

## Install Otomi

:::info ALERT
There are some known issues when installing Otomi on Civo. Check them [here](known-issues.md)
:::

Install Otomi using Helm:

```bash
Expand Down
7 changes: 6 additions & 1 deletion docs/get-started/installation/vultr.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ When using API Token authentication, the token should be granted Zone `Read`, DN

If you would like to further restrict the API permissions to a specific zone (or zones), you also need to use the `--zone-id-filter` so that the underlying API requests only access the zones that you explicitly specify, as opposed to accessing all zones.

Set the `CF_API_TOKEN` environment variable:

```
CF_API_TOKEN="Your Cloudflare API Token"
```
## Create the values.yaml file

```
Expand All @@ -64,7 +69,7 @@ dns:
- example.com
provider:
cloudflare:
apiToken: $VULTR_API_KEY
apiToken: $CF_API_TOKEN
proxied: false
apps:
cert-manager:
Expand Down

0 comments on commit 9c5a807

Please sign in to comment.