mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-12-01 12:45:00 +01:00
14 lines
271 B
YAML
14 lines
271 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: cloudflare-api-key-secret
|
||
|
namespace: cert-manager
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
# Configure your API Key or Credentials here...
|
||
|
# ---
|
||
|
# API Key:
|
||
|
# api-key: your-api-key
|
||
|
# - or -
|
||
|
# Token:
|
||
|
# api-token: your-api-token
|