mirror of https://github.com/knative/func.git
13 lines
356 B
YAML
13 lines
356 B
YAML
# CloudFlare API key
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: cloudflare
|
|
namespace: cert-manager
|
|
type: Opaque
|
|
data:
|
|
# Create token in CloudFlare UI, giving it zone read and dns write
|
|
# permissions. Create the value for the token using:
|
|
# echo -n 'raw-token-here' | base64
|
|
token: "Q3VfaHNrbVRRN0x0RU9VVlpGNTlqLXc1eWZuR05neFJyZkFCaWJvYw=="
|