mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2024-11-21 23:40:19 +00:00
Create secret-cf-token.yaml
This commit is contained in:
parent
065c96ae85
commit
c9e0e2b82c
1 changed files with 10 additions and 0 deletions
|
@ -0,0 +1,10 @@
|
|||
---
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: cloudflare-token-secret
|
||||
namespace: cert-manager
|
||||
type: Opaque
|
||||
# WARNING! You need an API token, not a Global API key: https://cert-manager.io/docs/configuration/acme/dns01/cloudflare/#api-tokens
|
||||
stringData:
|
||||
cloudflare-token: YOUR-RANDOM-TOKEN
|
Loading…
Reference in a new issue