diff options
author | 2024-08-10 18:53:17 +0000 | |
---|---|---|
committer | 2024-08-10 18:53:17 +0000 | |
commit | 57e1545490a36771596200a34cf1efe58181b243 (patch) | |
tree | 95960a749159720b17093fa3d028fe7274c44089 /kubernetes/policy/values.yaml | |
parent | 229db31dc9ee7df9c74a0a56db8a1c63cb464d6e (diff) | |
parent | 57681130892505f513df6d0902cbed0335f9dd29 (diff) |
Merge "[POLICY] Fix Kyverno Policy violations"
Diffstat (limited to 'kubernetes/policy/values.yaml')
-rwxr-xr-x | kubernetes/policy/values.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kubernetes/policy/values.yaml b/kubernetes/policy/values.yaml index 68ce42d103..ccd8223284 100755 --- a/kubernetes/policy/values.yaml +++ b/kubernetes/policy/values.yaml @@ -1,6 +1,7 @@ # Copyright © 2017 Amdocs, Bell Canada # Modifications Copyright © 2018-2020 AT&T Intellectual Property # Modifications Copyright (C) 2021-2024 Nordix Foundation. +# Modifications Copyright © 2024 Deutsche Telekom # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -296,6 +297,10 @@ resources: memory: "2Gi" unlimited: {} +securityContext: + user_id: 100 + group_id: 65533 + #Pods Service Account serviceAccount: nameOverride: policy |