[incubator/kubernetes-vault] Deployment fix (missing selector) (#6265)

This commit is contained in:
Krzysztof Nazarewski
2018-06-28 10:25:22 -07:00
committed by k8s-ci-robot
parent b0061e9c20
commit 2ea7803c45
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ name: kubernetes-vault
apiVersion: v1
home: https://github.com/Boostport/kubernetes-vault
description: The Kubernetes-Vault project allows pods to automatically receive a Vault token using Vaults AppRole auth backend.
version: 0.2.0
version: 0.2.1
appVersion: 0.5.2
sources:
- https://github.com/Boostport/kubernetes-vault
@@ -1,4 +1,4 @@
apiVersion: apps/v1beta2
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "fullname" . }}
@@ -9,6 +9,10 @@ metadata:
heritage: {{ .Release.Service }}
spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app: {{ template "name" . }}
release: {{ .Release.Name }}
template:
metadata:
labels: