We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cc7f372 + 15c9ee2 commit b831597Copy full SHA for b831597
1 file changed
charts/workflow/templates/drycc-cluster-issuer.yaml
@@ -1,4 +1,4 @@
1
-apiVersion: certmanager.k8s.io/v1alpha1
+apiVersion: cert-manager.io/v1alpha2
2
kind: ClusterIssuer
3
metadata:
4
name: drycc-cluster-issuer
@@ -12,4 +12,8 @@ spec:
12
privateKeySecretRef:
13
14
# Enable HTTP01 validations
15
- http01: {}
+ # http01: {}
16
+ solvers:
17
+ - http01:
18
+ ingress:
19
+ class: "{{ .Values.global.ingress_class }}"
0 commit comments