mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/kubernetes-vault] Deployment fix (missing selector) (#6265)
This commit is contained in:
committed by
k8s-ci-robot
parent
b0061e9c20
commit
2ea7803c45
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user