We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c9eba commit 78c2dfaCopy full SHA for 78c2dfa
helm/openwhisk/templates/invoker-pod.yaml
@@ -43,12 +43,14 @@ spec:
43
labels:
44
name: {{ .Release.Name }}-invoker
45
{{ include "openwhisk.label_boilerplate" . | indent 8 }}
46
-
47
- {{- if .Values.metrics.prometheusEnabled }}
48
annotations:
+ {{- if .Values.metrics.prometheusEnabled }}
49
prometheus.io/scrape: 'true'
50
prometheus.io/port: '{{ .Values.invoker.port }}'
51
{{- end }}
+ {{- if .Values.invoker.secure }}
52
+ seccomp.security.alpha.kubernetes.io/pod: localhost/invoker.json
53
+ {{- end }}
54
55
spec:
56
{{- if eq .Values.invoker.containerFactory.impl "kubernetes" }}
0 commit comments