We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c91e6e0 commit 8ff6790Copy full SHA for 8ff6790
src/deploy-tes-on-azure/scripts/helm/templates/tes-deployment.yaml
@@ -16,15 +16,15 @@ spec:
16
labels:
17
io.kompose.service: tes
18
azure.workload.identity/use: "true"
19
- annotations:
20
- container.apparmor.security.beta.kubernetes.io/tes: runtime/default
21
spec:
22
serviceAccountName: {{ .Values.identity.name }}-sa
23
securityContext:
24
runAsUser: 1000
25
runAsGroup: 1000
26
fsGroup: 1000
27
supplementalGroups: [1000]
+ appArmorProfile:
+ type: RuntimeDefault
28
terminationGracePeriodSeconds: 90
29
containers:
30
- env:
0 commit comments