Skip to content

Commit

Permalink
Added comments for duplicated file
Browse files Browse the repository at this point in the history
Signed-off-by: biswajit-9776 <biswajitpatt139@gmail.com>
  • Loading branch information
biswajit-9776 committed Jul 20, 2024
1 parent d43ff33 commit f7a45f6
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contrib/security/PSS/dynamic/baseline/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ configMapGenerator:
namespace: kubeflow
behavior: merge
files:
- namespace-labels.yaml
- namespace-labels.yaml
4 changes: 4 additions & 0 deletions contrib/security/PSS/dynamic/baseline/namespace-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file is a duplicate of apps/profiles/upstream/base/namespace-labels.yaml
# as using only the required label to merge it with the existing config map of profiles
# deployment to enable PSS for profile namespaces, leads to creation of a new config map
# with just the PSS label and replaces the pre-exisiting labels in the deployed config map.
# Below is a list of labels to be set by default.
#
# To add a namespace label, use `key: 'value'`, for example:
Expand Down
2 changes: 1 addition & 1 deletion contrib/security/PSS/dynamic/restricted/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ configMapGenerator:
namespace: kubeflow
behavior: merge
files:
- namespace-labels.yaml
- namespace-labels.yaml
4 changes: 4 additions & 0 deletions contrib/security/PSS/dynamic/restricted/namespace-labels.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file is a duplicate of apps/profiles/upstream/base/namespace-labels.yaml
# as using only the required label to merge it with the existing config map of profiles
# deployment to enable PSS for profile namespaces, leads to creation of a new config map
# with just the PSS label and replaces the pre-exisiting labels in the deployed config map.
# Below is a list of labels to be set by default.
#
# To add a namespace label, use `key: 'value'`, for example:
Expand Down
2 changes: 1 addition & 1 deletion contrib/security/PSS/static/restricted/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ kind: Component

patches:
- path: patches/kubeflow-labels.yaml
- path: patches/istio-labels.yaml
- path: patches/istio-labels.yaml

0 comments on commit f7a45f6

Please sign in to comment.