mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-01-25 07:40:37 +01:00
ac32340c1e
Fixes #31
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 |