File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ metadata:
7
7
{{- include "invenio.labels" . | nindent 4 }}
8
8
app.kubernetes.io/component : web
9
9
10
- {{- if .Values.web.annotations }}
11
- annotations : {{- toYaml .Values.web.annotations | nindent 4 }}
10
+ {{- with .Values.web.annotations }}
11
+ annotations : {{- tpl ( toYaml .) $ | nindent 4 }}
12
12
{{- end }}
13
13
spec :
14
14
ports :
Original file line number Diff line number Diff line change 317
317
capabilities :
318
318
drop :
319
319
- ALL
320
- # # @param web.annotations Add extra annotations to the web pods
320
+ # # @param web.annotations Add extra (templated) annotations to the web service
321
321
# #
322
- annotations : []
322
+ annotations : {}
323
323
# # @param web.nodeSelector Node labels for web pods assignment
324
324
# # Ref: https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/
325
325
# #
You can’t perform that action at this time.
0 commit comments