fixing label-name migration (#12691)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek
2019-04-22 08:01:44 -07:00
committed by Kubernetes Prow Robot
parent 1de488a25d
commit 7a44e2c2cf
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 5.10.19
description: Ubiquiti Network's Unifi Controller
name: unifi
version: 0.4.0
version: 0.4.1
keywords:
- ubiquiti
- unifi
+4 -4
View File
@@ -4,10 +4,10 @@ apiVersion: v1
metadata:
name: {{ template "unifi.fullname" . }}
labels:
app: {{ template "unifi.fullname" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}"
release: "{{ .Release.Name }}"
heritage: "{{ .Release.Service }}"
app.kubernetes.io/name: {{ include "unifi.name" . }}
helm.sh/chart: {{ include "unifi.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
spec:
accessModes:
- {{ .Values.persistence.accessMode | quote }}