Skip to content

Commit

Permalink
updated ingressClassName
Browse files Browse the repository at this point in the history
  • Loading branch information
Yvo Swillens committed Oct 8, 2024
1 parent 6d8b38d commit c719099
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flowable/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ metadata:
{{- if .Values.ingress.clusterIssuer }}
cert-manager.io/cluster-issuer: "{{ .Values.ingress.clusterIssuer }}"
{{- end }}
kubernetes.io/ingress.class: "{{ .Values.ingress.class }}"
spec:
ingressClassName: "{{ .Values.ingress.class }}"
rules:
{{- if .Values.ingress.useHost }}
- host: {{ .Values.host.external }}
Expand Down

0 comments on commit c719099

Please sign in to comment.