Fix labels for harbor-portal pod

This commit is contained in:
tompizmor
2019-07-08 09:18:01 +02:00
parent 18035e0b2b
commit c775390658
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: harbor
version: 0.0.4
version: 0.0.5
appVersion: 1.8.1
description: Harbor is an an open source trusted cloud native registry project that stores, signs, and scans content
keywords:
@@ -13,7 +13,7 @@ spec:
template:
metadata:
labels:
{{ include "harbor.matchLabels" . | nindent 8 }}
{{ include "harbor.labels" . | nindent 8 }}
app.kubernetes.io/component: portal
annotations:
{{- if .Values.portal.podAnnotations }}