deploy and configure cert-manager

This commit is contained in:
2025-05-13 13:19:01 -05:00
parent 891f28a3c2
commit 362b8160c8
14 changed files with 282 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: cloudflare-api-token # This is the secret name
namespace: cert-manager
spec:
secretStoreRef:
kind: ClusterSecretStore
name: doppler-cluster
refreshInterval: "1h"
data:
- secretKey: api-token
remoteRef:
key: CLOUDFLARE_TOKEN