Skip to content

Commit

Permalink
Bugfix: namespace was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocph committed Aug 21, 2023
1 parent bcb020a commit 3fda8ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/static-site/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ template "robustName" .Release.Name }}
namespace: {{ .Release.Namespace }}
labels:
{{- include "staticSite.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 3fda8ce

Please sign in to comment.