Skip to content

Commit

Permalink
Merge pull request #40 from stakater-charts/fix-forecastle-cr
Browse files Browse the repository at this point in the history
Fix forecastle CR
  • Loading branch information
kahootali authored Jun 19, 2020
2 parents 68fcad2 + ff6d93d commit ac0d07c
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 ac0d07c

Please sign in to comment.