Skip to content

Commit

Permalink
Patched PSS labels to multi_tenancy
Browse files Browse the repository at this point in the history
Signed-off-by: biswajit-9776 <[email protected]>
  • Loading branch information
biswajit-9776 committed Jul 26, 2024
1 parent 5ac0da5 commit 59280c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/gh-actions/install_multi_tenancy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ kustomize build common/kubeflow-roles/base | kubectl apply -f -

echo "Installing Multitenancy Network policies"
kustomize build common/networkpolicies/base | kubectl apply -f -

echo "Enabling restricted levels Pod Security Standards to kubeflow namespace"
kubectl patch namespace kubeflow --patch-file contrib/security/PSS/static/restricted/patches/kubeflow-labels.yaml

0 comments on commit 59280c5

Please sign in to comment.