added security context
Some checks failed
build / build (push) Successful in 1m3s
Go Tests / go-tests (push) Failing after 1m18s

This commit is contained in:
Manuel Ganter 2025-10-27 15:25:43 +01:00
parent 4e241a2b1f
commit 9c592f9a10
No known key found for this signature in database

View file

@ -115,6 +115,9 @@ func (a *edgeConnectProvider) CreateInstance(ctx context.Context, bootstrapParam
Template: corev1.PodTemplateSpec{
ObjectMeta: metav1.ObjectMeta{
Labels: map[string]string{"app": instancename},
Annotations: map[string]string{
"container.apparmor.security.beta.kubernetes.io/buildkitd": "unconfined",
},
},
Spec: podSpec,
},