10 lines
288 B
YAML
10 lines
288 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: cloudflare-token-secret
|
|
namespace: cert-manager
|
|
type: Opaque
|
|
stringData:
|
|
cloudflare-token: <YOUR-TOKEN-HERE> # MUST be an API token, NOT a Global API key!!! https://cert-manager.io/docs/configuration/acme/dns01/cloudflare/#api-tokens
|