Skip to content

Commit

Permalink
Fix lint
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 Sep 16, 2024
1 parent 2cb79fb commit 5ed56cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pss_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "Waiting for pods in auth namespace to become ready..."
kubectl wait --for=condition=Ready pods --all --timeout=180s -n auth
# - name: Configure profile-controller's manager configmap with PSS restricted label
# - name: Configure profile-controller's manager configmap with PSS restricted label
# run: |
# CONFIGMAP=$(kubectl get cm -n kubeflow | awk '{print $1}' | grep -e "namespace-labels-data")
# kubectl get cm $CONFIGMAP -n kubeflow -o yaml > temporary.yaml
Expand Down

0 comments on commit 5ed56cf

Please sign in to comment.