Reset git history for making manifests public

This commit is contained in:
2026-05-31 22:14:43 +02:00
commit 0140810d60
411 changed files with 42163 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: azure-dns
namespace: cert-manager
spec:
acme:
server: https://acme-v02.api.letsencrypt.org/directory
email: PLACEHOLDER
privateKeySecretRef:
name: azuredns
solvers:
- dns01:
azureDNS:
clientID: PLACEHOLDER
clientSecretSecretRef:
name: azuredns-config
key: CLIENT_SECRET
subscriptionID: PLACEHOLDER
tenantID: PLACEHOLDER
resourceGroupName: PLACEHOLDER
hostedZoneName: PLACEHOLDER
environment: AzurePublicCloud