diff --git a/charts/harbor-operator/templates/service.yaml b/charts/harbor-operator/templates/service.yaml index 9017d9e42..0db58ac83 100644 --- a/charts/harbor-operator/templates/service.yaml +++ b/charts/harbor-operator/templates/service.yaml @@ -2,6 +2,7 @@ apiVersion: v1 kind: Service metadata: name: {{ include "chart.fullname" . }} + namespace: {{ .Release.Namespace | quote }} labels: {{- include "chart.labels" . | nindent 4 }} spec: