Insert cert-manager

Fixes #31
This commit is contained in:
Christian
2022-02-10 12:37:21 +01:00
parent 9428b0afe0
commit ac32340c1e
9 changed files with 75 additions and 25 deletions

View File

@@ -0,0 +1,14 @@
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