add selector, as otherwise it fails on GKE k8s v1.9.x

This commit is contained in:
Rimas 2018-04-08 17:10:45 +01:00
parent cc9e390407
commit 0a5beb0b57
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,5 @@
name: cert-manager
version: 0.2.5
version: 0.2.6
appVersion: 0.2.3
description: A Helm chart for cert-manager
home: https://github.com/jetstack/cert-manager

View File

@ -10,6 +10,10 @@ metadata:
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app: {{ template "cert-manager.name" . }}
release: {{ .Release.Name }}
template:
metadata:
labels: