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 appVersion: 5.10.19
description: Ubiquiti Network's Unifi Controller description: Ubiquiti Network's Unifi Controller
name: unifi name: unifi
version: 0.4.0 version: 0.4.1
keywords: keywords:
- ubiquiti - ubiquiti
- unifi - unifi

View File

@ -4,10 +4,10 @@ apiVersion: v1
metadata: metadata:
name: {{ template "unifi.fullname" . }} name: {{ template "unifi.fullname" . }}
labels: labels:
app: {{ template "unifi.fullname" . }} app.kubernetes.io/name: {{ include "unifi.name" . }}
chart: "{{ .Chart.Name }}-{{ .Chart.Version }}" helm.sh/chart: {{ include "unifi.chart" . }}
release: "{{ .Release.Name }}" app.kubernetes.io/instance: {{ .Release.Name }}
heritage: "{{ .Release.Service }}" app.kubernetes.io/managed-by: {{ .Release.Service }}
spec: spec:
accessModes: accessModes:
- {{ .Values.persistence.accessMode | quote }} - {{ .Values.persistence.accessMode | quote }}