Skip to content

Commit

Permalink
Fix service - web config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed Sep 12, 2023
1 parent 9ed0dc9 commit 8bc80ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion osm-seed/templates/web/web-service.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.web.enabled -}}
apiVersion: v1
kind: Service
metadata:
Expand Down Expand Up @@ -46,4 +47,4 @@ spec:
app: {{ template "osm-seed.name" . }}
release: {{ .Release.Name }}
run: {{ .Release.Name }}-web
{{- end }}
{{- end }}

0 comments on commit 8bc80ea

Please sign in to comment.