fixing label-name migration (#12691)

Signed-off-by: Jeff Billimek <jeff@billimek.com>
This commit is contained in:
Jeff Billimek 2019-04-22 11:01:44 -04:00
parent d28bf3fecf
commit c2df150921
No known key found for this signature in database
GPG Key ID: 214B3EF39B4956B7
2 changed files with 5 additions and 5 deletions

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

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 }}