Skip to content

Commit a9f2829

Browse files
authored
change api-key to api-token (#405)
1 parent 810a83b commit a9f2829

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

guides/ssl-certificates/cloudflare.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,11 @@ following:
9494
apiVersion: v1
9595
kind: Secret
9696
metadata:
97-
name: cloudflare-api-key-secret
97+
name: cloudflare-api-token-secret
9898
namespace: coder # Your Coder deployment namespace
9999
type: Opaque
100100
stringData:
101-
api-key: "" # Your Cloudflare API token (from earlier)
101+
api-token: "" # Your Cloudflare API token (from earlier)
102102

103103
---
104104
apiVersion: cert-manager.io/v1alpha2
@@ -117,8 +117,8 @@ spec:
117117
cloudflare:
118118
email: "" # Your Cloudflare email address
119119
apiTokenSecretRef:
120-
name: cloudflare-api-key-secret
121-
key: api-key
120+
name: cloudflare-api-token-secret
121+
key: api-token
122122

123123
# This section denotes which domains to use this issuer for. If you didn't
124124
# limit which zones the API token had access to, you may wish to remove

0 commit comments

Comments
 (0)