mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-08-15 01:32:24 +00:00
11 lines
297 B
YAML
11 lines
297 B
YAML
|
---
|
||
|
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
|