mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Fix labels for harbor-portal pod
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user