Skip to content

Commit

Permalink
Update provider (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: SK Ali Arman <[email protected]>
  • Loading branch information
sheikh-arman authored Dec 13, 2023
1 parent 42cf0cc commit 2664295
Show file tree
Hide file tree
Showing 104 changed files with 7,720 additions and 1,991 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ run: go.build

# ====================================================================================
# End to End Testing
CROSSPLANE_NAMESPACE = upbound-system
CROSSPLANE_NAMESPACE = crossplane-system
-include build/makelib/local.xpkg.mk
-include build/makelib/controlplane.mk

Expand All @@ -175,7 +175,7 @@ uptest: $(UPTEST) $(KUBECTL) $(KUTTL)
local-deploy: build controlplane.up local.xpkg.deploy.provider.$(PROJECT_NAME)
@$(INFO) running locally built provider
@$(KUBECTL) wait provider.pkg $(PROJECT_NAME) --for condition=Healthy --timeout 5m
@$(KUBECTL) -n upbound-system wait --for=condition=Available deployment --all --timeout=5m
@$(KUBECTL) -n crossplane-system wait --for=condition=Available deployment --all --timeout=5m
@$(OK) running locally built provider

e2e: local-deploy uptest
Expand Down
259 changes: 256 additions & 3 deletions apis/compute/v1alpha1/zz_firewall_types.go

Large diffs are not rendered by default.

Loading

0 comments on commit 2664295

Please sign in to comment.