kubernetes/cert-manager-helm-chart: updated readme

This commit is contained in:
2025-03-02 12:54:02 +02:00
parent 59bd37bdb7
commit 6105e394b9
2 changed files with 6 additions and 3 deletions

View File

@ -61,11 +61,14 @@ Here are some troubleshoot commands to test:
```bash
kubectl get clusterissuer
kubectl describe clusterissuer
kubectl get certificate -n nginx-test
kubectl get certificateRequest -n nginx-test
kubectl get certificate -n cert-manager
kubectl get certificateRequest -n cert-manager
kubectl describe challenges -n cert-manager
kubectl describe orders -n cert-manager
```
Alternatively, it is possible to generate service specific certs
in desired namespaces by deploying the Certificate resource in the namespace.
# Deploy Private Docker Registry

View File

@ -11,7 +11,7 @@ spec:
name: {{ .Values.clusterIssuer.privateKeySecretRef }}
solvers:
- dns01:
cloudflare:
cloudflare: # Use the DNS-01 challenge mechanism for Cloudflare
email: {{ .Values.clusterIssuer.email }}
apiTokenSecretRef:
name: {{ .Values.clusterIssuer.apiTokenSecretRef.name }}