Add podLabels (#1920)

This commit is contained in:
Michael Goodness
2017-09-01 19:29:47 -05:00
committed by GitHub
parent 00dd4dd103
commit 918025ce64
3 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: kube2iam
version: 0.5.3
version: 0.5.4
description: Provide IAM credentials to pods based on annotations.
keywords:
- kube2iam
+3
View File
@@ -17,6 +17,9 @@ spec:
labels:
app: {{ template "name" . }}
release: {{ .Release.Name }}
{{- if .Values.podLabels }}
{{ toYaml .Values.podLabels | indent 8 }}
{{- end }}
spec:
containers:
- name: kube2iam
+2
View File
@@ -23,6 +23,8 @@ nodeSelector: {}
##
podAnnotations: {}
podLabels: {}
rbac:
## If true, create & use RBAC resources
##