Initial commit
This commit is contained in:
13
infrastructure/cert-manager-issuer/secrets.yaml
Normal file
13
infrastructure/cert-manager-issuer/secrets.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
# DNS provider API token for cert-manager DNS-01 challenge.
|
||||
# Replace <YOUR_DNS_API_TOKEN> with your Cloudflare API token
|
||||
# (or adjust for your DNS provider).
|
||||
#
|
||||
# Encrypt this file with: sops --encrypt --in-place secrets.yaml
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: cloudflare-credentials
|
||||
namespace: infrastructure
|
||||
type: Opaque
|
||||
stringData:
|
||||
api-token: <YOUR_DNS_API_TOKEN>
|
||||
Reference in New Issue
Block a user