Skip to content
Snippets Groups Projects
Commit 26506949 authored by Rob Kooper's avatar Rob Kooper
Browse files

use ingressClassName

parent 40ada13a
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,6 @@ spec:
- http01:
ingress:
ingressClassName: {{ .Values.certmanager.class | default .Values.ingresscontroller.class }}
class: {{ .Values.certmanager.class | default .Values.ingresscontroller.class }}
- apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
......@@ -101,5 +100,4 @@ spec:
- http01:
ingress:
ingressClassName: {{ .Values.certmanager.class | default .Values.ingresscontroller.class }}
class: {{ .Values.certmanager.class | default .Values.ingresscontroller.class }}
{{- end }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment