diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2024-10-22 11:33:38 +0200 |
---|---|---|
committer | Andreas Geissler <andreas-geissler@telekom.de> | 2024-10-22 12:12:04 +0200 |
commit | 6fd282196ba84cfd299ce172c197711e793e6887 (patch) | |
tree | 8b5a3f3cf762e729ba2fed767228c63980ed63fb /kubernetes/multicloud/components/multicloud-fcaps | |
parent | 1e2a197128b2d4faf9b2938aaeed50a5b3d164ad (diff) |
[Multicloud] Fix Kyverno Policy violations
Add SecurityContext to deployments
Issue-ID: OOM-3318
Change-Id: Ie4cfa869628d030c2047f3dd954d77786ab88c53
Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de>
Diffstat (limited to 'kubernetes/multicloud/components/multicloud-fcaps')
-rw-r--r-- | kubernetes/multicloud/components/multicloud-fcaps/Chart.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kubernetes/multicloud/components/multicloud-fcaps/Chart.yaml b/kubernetes/multicloud/components/multicloud-fcaps/Chart.yaml index b825f67969..64c8d5a7fe 100644 --- a/kubernetes/multicloud/components/multicloud-fcaps/Chart.yaml +++ b/kubernetes/multicloud/components/multicloud-fcaps/Chart.yaml @@ -1,5 +1,6 @@ # Copyright (c) 2019, CMCC Technologies Co., Ltd. # Modifications Copyright © 2021 Orange +# 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. |