Merge "Use custom seccomp profile for ephemeral heat pod" into stable/wallaby

This commit is contained in:
Zuul
2022-10-03 21:51:27 +00:00
committed by Gerrit Code Review

View File

@@ -4,6 +4,8 @@ metadata:
labels: labels:
app: {{ heat_pod_name }} app: {{ heat_pod_name }}
name: {{ heat_pod_name }} name: {{ heat_pod_name }}
annotations:
seccomp.security.alpha.kubernetes.io/pod: localhost/seccomp_allow.json
spec: spec:
hostNetwork: true hostNetwork: true
containers: containers: