Skip to content

Commit

Permalink
Ignore error on namespace creation
Browse files Browse the repository at this point in the history
  • Loading branch information
tschneider-aneo committed Nov 13, 2024
1 parent 7419b65 commit 351b4a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
run : |
set -ex
export KUBECONFIG="infrastructure/quick-deploy/$TYPE/generated/kubeconfig"
kubectl create namespace armonik
kubectl create namespace armonik || true
- id: run
name: Bench Client running
Expand Down

0 comments on commit 351b4a3

Please sign in to comment.