Skip to content

Commit

Permalink
Fix forecastle CR
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedwaleedmalik committed Jun 19, 2020
1 parent 68fcad2 commit ff6d93d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions application/templates/forecastle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ spec:
icon: {{ .Values.forecastle.icon }}
urlFrom:
{{- if .Values.ingress.enabled }}
ingressRef: {{ template "application.name" . }}
ingressRef:
name: {{ template "application.name" . }}
{{- else }}
routeRef: {{ template "application.name" . }}
routeRef:
name: {{ template "application.name" . }}
{{- end }}
networkRestricted: {{ .Values.forecastle.networkRestricted }}
{{- if .Values.forecastle.properties }}
Expand Down

0 comments on commit ff6d93d

Please sign in to comment.