Skip to content

Commit

Permalink
revert changes on Makefile on example directory
Browse files Browse the repository at this point in the history
Signed-off-by: Zheng Xi Zhou <[email protected]>
  • Loading branch information
zzxwill committed Apr 6, 2021
1 parent 9399724 commit 010f5bd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,10 @@ demo:
docker build . -t ${IMG} -f ./hack/demo/Dockerfile
kind load docker-image $(IMG) || { echo >&2 "kind not installed or error loading image: $(IMG)"; exit 1; }
kubectl apply -f ./package/crds
cat ./cluster/examples/provider.yaml | sed \
cat ./examples/provider.yaml | sed \
-e "s|((ACCESS_KEY_ID))|"${ACCESS_KEY_ID}"|g" \
-e "s|((ACCESS_KEY_SECRET))|"${ACCESS_KEY_SECRET}"|g" \
| kubectl apply -f -
./hack/demo/helm_install_crossplane_master.sh
kubectl apply -f ./cluster/examples/database/rds.yaml
kubectl apply -f ./examples/database/rds.yaml
kubectl apply -f ./hack/demo/deploy/
File renamed without changes.
File renamed without changes.

0 comments on commit 010f5bd

Please sign in to comment.