Skip to content

Commit

Permalink
Wait for CRD to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Nov 13, 2023
1 parent ac5d7f0 commit d45ddae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ before() {
}

after() {
sleep 120
kubectl wait --for condition=established --timeout=120s crd secretproviderclasses.secrets-store.csi.x-k8s.io
}

Expand Down

0 comments on commit d45ddae

Please sign in to comment.