Skip to content

Commit 8ff6790

Browse files
authored
Update AppArmor configuration (#836)
1 parent c91e6e0 commit 8ff6790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/deploy-tes-on-azure/scripts/helm/templates/tes-deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ spec:
1616
labels:
1717
io.kompose.service: tes
1818
azure.workload.identity/use: "true"
19-
annotations:
20-
container.apparmor.security.beta.kubernetes.io/tes: runtime/default
2119
spec:
2220
serviceAccountName: {{ .Values.identity.name }}-sa
2321
securityContext:
2422
runAsUser: 1000
2523
runAsGroup: 1000
2624
fsGroup: 1000
2725
supplementalGroups: [1000]
26+
appArmorProfile:
27+
type: RuntimeDefault
2828
terminationGracePeriodSeconds: 90
2929
containers:
3030
- env:

0 commit comments

Comments
 (0)