######################################################################### # requires ./.env # ./.env example: # EMAIL="myemail@example.com" # check README.md for more information ########################################################################## apiVersion: v1 kind: Secret metadata: name: cloudflare-api-token namespace: kube-system type: Opaque stringData: api-token: ${CLOUDFLARE_API_TOKEN}