Skip to content

Commit bd67e60

Browse files
committed
move pss baseline patch to /apps/profiles
Signed-off-by: Harshvir Potpose <hpotpose62@gmail.com>
1 parent abd0a82 commit bd67e60

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

experimental/security/PSS/dynamic/baseline/kustomization.yaml renamed to apps/profiles/pss/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33
namespace: kubeflow
44

55
resources:
6-
- ../../../../../apps/profiles/upstream/overlays/kubeflow
6+
- ../upstream/overlays/kubeflow
77

88
configMapGenerator:
99
- name: namespace-labels-data

experimental/security/PSS/dynamic/baseline/namespace-labels.yaml renamed to apps/profiles/pss/namespace-labels.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
# This file is a duplicate of apps/profiles/upstream/base/namespace-labels.yaml
2-
# as using only the required label to merge it with the existing config map of profiles
3-
# deployment to enable PSS for profile namespaces, leads to creation of a new config map
4-
# with just the PSS label and replaces the pre-exisiting labels in the deployed config map.
1+
# PSS (Pod Security Standards) overlay for Kubeflow profiles
2+
# This file extends the base namespace-labels.yaml with PSS baseline label
53
# Below is a list of labels to be set by default.
64
#
75
# To add a namespace label, use `key: 'value'`, for example:

0 commit comments

Comments
 (0)