Skip to content

Commit 15c9ee2

Browse files
author
lijianguo
committed
chore(ClusterIssuer):upgrade version cert-manager.io/v1alpha2
1 parent 982a36d commit 15c9ee2

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

charts/workflow/templates/drycc-cluster-issuer.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apiVersion: certmanager.k8s.io/v1alpha1
1+
apiVersion: cert-manager.io/v1alpha2
22
kind: ClusterIssuer
33
metadata:
44
name: drycc-cluster-issuer
@@ -12,4 +12,8 @@ spec:
1212
privateKeySecretRef:
1313
name: drycc-cluster-issuer
1414
# Enable HTTP01 validations
15-
http01: {}
15+
# http01: {}
16+
solvers:
17+
- http01:
18+
ingress:
19+
class: "{{ .Values.global.ingress_class }}"

0 commit comments

Comments
 (0)