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 78c2dfa commit 500d176Copy full SHA for 500d176
helm/openwhisk/templates/controller-pod.yaml
@@ -35,11 +35,14 @@ spec:
35
name: {{ .Release.Name }}-controller
36
{{ include "openwhisk.label_boilerplate" . | indent 8 }}
37
38
- {{- if .Values.metrics.prometheusEnabled }}
39
annotations:
+ {{- if .Values.metrics.prometheusEnabled }}
40
prometheus.io/scrape: 'true'
41
prometheus.io/port: '{{ .Values.controller.port }}'
42
{{- end }}
43
+ {{- if .Values.controller.secure }}
44
+ seccomp.security.alpha.kubernetes.io/pod: localhost/controller.json
45
+ {{- end }}
46
47
spec:
48
serviceAccountName: {{ .Release.Name }}-core
0 commit comments