Merge pull request #119 from rjshrjndrn/patch-1

Include annotations in templating.
This commit is contained in:
Irtiza Ali
2019-12-31 10:39:13 +05:00
committed by GitHub
3 changed files with 8 additions and 0 deletions
@@ -26,6 +26,10 @@ spec:
{{- end }}
template:
metadata:
{{- if .Values.reloader.deployment.pod.annotations }}
annotations:
{{ toYaml .Values.reloader.deployment.pod.annotations | indent 8 }}
{{- end }}
labels:
{{ include "reloader-labels.chart" . | indent 8 }}
{{- if .Values.reloader.deployment.labels }}
@@ -67,6 +67,8 @@ reloader:
# cpu: "10m"
# memory: "128Mi"
resources: {}
pod:
annotations: {}
rbac:
enabled: true
@@ -67,6 +67,8 @@ reloader:
# cpu: "10m"
# memory: "128Mi"
resources: {}
pod:
annotations: {}
rbac:
enabled: true