Skip to content

Commit

Permalink
Added some debug steps
Browse files Browse the repository at this point in the history
  • Loading branch information
anurag4DSB committed Dec 18, 2024
1 parent b376b6b commit 8712dbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/scripts/e2e_tests_brownfield_use_case.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ log_and_run kubectl apply -f cosi-examples/brownfield/bucketaccess.yaml
# Step 10: Verify the brownfield-bucket-secret
log_and_run echo "Verifying brownfield-bucket-secret in the default namespace..."
SECRET_JSON="$(kubectl get secret "$SECRET_NAME" --namespace "$NAMESPACE" -o json)"
log_and_run echo kubectl get all --namespace "$NAMESPACE"
log_and_run kubectl get all --namespace "$NAMESPACE"
kubectl get secret "$SECRET_NAME" --namespace "$NAMESPACE" -o json
echo $SECRET_JSON

log_and_run echo "Decoded BucketInfo: $BUCKET_INFO_JSON"

Expand Down

0 comments on commit 8712dbf

Please sign in to comment.