[stable/openvpn] service label selector match pod (#5460)

Fixes #5455
This commit is contained in:
Dan Wendorf
2018-05-09 13:14:52 -07:00
committed by k8s-ci-robot
parent 193ac34b65
commit 82d3c6f8d6
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ description: A Helm chart to install an openvpn server inside a kubernetes clust
generation is also part of the deployment, and this chart will generate client keys
as needed.
name: openvpn
version: 3.0.0
version: 3.0.1
appVersion: 1.1.0
maintainers:
- name: jfelten
@@ -17,5 +17,6 @@ spec:
nodePort: {{ .Values.service.nodePort }}
{{- end }}
selector:
app: {{ template "openvpn.fullname" . }}
app: {{ template "openvpn.name" . }}
release: {{ .Release.Name }}
type: {{ .Values.service.type }}