File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,11 @@ following:
94
94
apiVersion : v1
95
95
kind : Secret
96
96
metadata :
97
- name : cloudflare-api-key -secret
97
+ name : cloudflare-api-token -secret
98
98
namespace : coder # Your Coder deployment namespace
99
99
type : Opaque
100
100
stringData :
101
- api-key : " " # Your Cloudflare API token (from earlier)
101
+ api-token : " " # Your Cloudflare API token (from earlier)
102
102
103
103
---
104
104
apiVersion : cert-manager.io/v1alpha2
@@ -117,8 +117,8 @@ spec:
117
117
cloudflare :
118
118
email : " " # Your Cloudflare email address
119
119
apiTokenSecretRef :
120
- name : cloudflare-api-key -secret
121
- key : api-key
120
+ name : cloudflare-api-token -secret
121
+ key : api-token
122
122
123
123
# This section denotes which domains to use this issuer for. If you didn't
124
124
# limit which zones the API token had access to, you may wish to remove
You can’t perform that action at this time.
0 commit comments