mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Add podLabels (#1920)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -23,6 +23,8 @@ nodeSelector: {}
|
||||
##
|
||||
podAnnotations: {}
|
||||
|
||||
podLabels: {}
|
||||
|
||||
rbac:
|
||||
## If true, create & use RBAC resources
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user