Skip to content
This repository was archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Mock lite (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
pbochynski authored Nov 6, 2020
1 parent 271bc0a commit 8649492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion commerce-mock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ spec:
app: commerce-mock
spec:
containers:
- image: eu.gcr.io/kyma-project/xf-application-mocks/commerce-mock:latest
# - image: eu.gcr.io/kyma-project/xf-application-mocks/commerce-mock:latest
- image: pbochynski/commerce-mock-lite:0.2
imagePullPolicy: Always
name: commerce-mock
ports:
Expand Down
1 change: 0 additions & 1 deletion remove-crd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ function patch_obj() {
}
function patch_all_crd() {
CRD=$1
echo "CRD to remove $CRD"
kubectl get $CRD -ojson | jq -r ".items[].metadata.name" | while read -r name; do patch_obj $CRD $name; done

}
Expand Down

0 comments on commit 8649492

Please sign in to comment.