Reset git history for making manifests public
This commit is contained in:
23
cert-manager/azure-dns-certs.yaml
Normal file
23
cert-manager/azure-dns-certs.yaml
Normal 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
|
||||
Reference in New Issue
Block a user