Skip to content

Commit

Permalink
fix: service template do not have namespace (#916)
Browse files Browse the repository at this point in the history
Signed-off-by: colin <kunyao.li@matrixport.com>

Co-authored-by: colin <kunyao.li@matrixport.com>
  • Loading branch information
colinlabs and colin committed Jun 27, 2022
1 parent 9164d7f commit 388203f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/harbor-operator/templates/service.yaml
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ include "chart.fullname" . }}
namespace: {{ .Release.Namespace | quote }}
labels:
{{- include "chart.labels" . | nindent 4 }}
spec:
Expand Down

0 comments on commit 388203f

Please sign in to comment.