Skip to content

Commit

Permalink
Merge pull request #10 from dgolja/scripts_fix
Browse files Browse the repository at this point in the history
fix example and hacking scripts
  • Loading branch information
gotwarlost committed May 8, 2024
2 parents a4ef7be + 04cacc7 commit 5100fcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CUE=./.bin/cue
DYFF=./.bin/dyff
FN_CUE_TOOLS=./.bin/fn-cue-tools

XP_LOCAL_CONTEXT?=kind
XP_LOCAL_CONTEXT?=kind-kind

export GOBIN=$(shell pwd)/.bin
export PATH:=$(GOBIN):$(PATH)
Expand Down
3 changes: 1 addition & 2 deletions hacking/setup-k8s-providers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ EOF

echo "setting up cluster role bindings for the k8s provider"
${RUN_KUBECTL} create clusterrolebinding provider-kubernetes-admin-binding \
--clusterrole cluster-admin --serviceaccount="${XP_PROVIDER_K8S_VERSION}:crossplane-provider-kubernetes" \
--clusterrole cluster-admin --serviceaccount="${XP_CROSSPLANE_NS}:crossplane-provider-kubernetes" \
--dry-run=client -o yaml \
| ${RUN_KUBECTL} apply -f -

0 comments on commit 5100fcb

Please sign in to comment.