Skip to content

Commit

Permalink
Update AppArmor configuration (#836)
Browse files Browse the repository at this point in the history
  • Loading branch information
BMurri authored Feb 18, 2025
1 parent c91e6e0 commit 8ff6790
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ spec:
labels:
io.kompose.service: tes
azure.workload.identity/use: "true"
annotations:
container.apparmor.security.beta.kubernetes.io/tes: runtime/default
spec:
serviceAccountName: {{ .Values.identity.name }}-sa
securityContext:
runAsUser: 1000
runAsGroup: 1000
fsGroup: 1000
supplementalGroups: [1000]
appArmorProfile:
type: RuntimeDefault
terminationGracePeriodSeconds: 90
containers:
- env:
Expand Down

0 comments on commit 8ff6790

Please sign in to comment.