mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 09:04:24 +00:00
Add cert-manager
This commit is contained in:
8
infrastructure/prod/cert-manager/secret.yaml
Normal file
8
infrastructure/prod/cert-manager/secret.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: cloudflare-api-token-secret
|
||||
namespace: cert-manager
|
||||
type: Opaque
|
||||
stringData:
|
||||
api-token: your-cloudflare-api-token
|
||||
Reference in New Issue
Block a user