Skip to content

Commit

Permalink
BAH-4117 | Fix. Ingress creation failure when crater is not enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Oct 17, 2024
1 parent 78f1156 commit 468afb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ spec:
number: 80
{{- end }}

{{- if .Values.crater.enabled }}
- host: payments-{{ .Values.ingress.host }}
http:
paths:
Expand All @@ -113,6 +114,7 @@ spec:
port:
number: 80
{{- end }}
{{- end }}
---

apiVersion: networking.k8s.io/v1
Expand Down

0 comments on commit 468afb1

Please sign in to comment.