Skip to content

Instantly share code, notes, and snippets.

@lvnilesh
Created November 16, 2019 21:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lvnilesh/bf50a9e244a0a028c4a67896837ce1f5 to your computer and use it in GitHub Desktop.
Save lvnilesh/bf50a9e244a0a028c4a67896837ce1f5 to your computer and use it in GitHub Desktop.
cloudflare api key secret
---
apiVersion: v1
kind: Secret
metadata:
name: cloudflare-api-key
namespace: cert-manager
type: Opaque
data:
api-key: this-string
# echo -n "actual-api-key" | base64 -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment