diff --git a/helm/values.yaml b/helm/values.yaml index 8720319..4a85d99 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -7,6 +7,9 @@ base: kind: Deployment strategy: type: RollingUpdate + securityContext: + seccompProfile: + type: RuntimeDefault initContainers: faircamp: image: @@ -21,6 +24,8 @@ base: extraVolumes: cache: path: /data/.faircamp_cache + securityContext: + allowPrivilegeEscalation: false containers: nginx: image: