Skip to content

Commit

Permalink
Moving test out of ignore list
Browse files Browse the repository at this point in the history
Signed-off-by: varshab1210 <[email protected]>
  • Loading branch information
varshab1210 committed Jul 14, 2023
1 parent c9378bd commit a33d57a
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Check if the argocd-secret was repopulated
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- script: |
until [[ $i -eq 20 ]]
do
secret_data=$(oc get secret/argocd-secret -n openshift-gitops -o custom-columns=SECRET:.data --no-headers)
Expand All @@ -15,7 +10,4 @@ commands:
echo "argocd-secret was repopulated"
exit 0
fi
done
echo "argocd-secret was not repopulated"
exit 1
done

0 comments on commit a33d57a

Please sign in to comment.