Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tchinmai7 committed Nov 21, 2023
1 parent d7f31c5 commit c86ee19
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ CROSSPLANE_NAMESPACE = upbound-system
# - UPTEST_DATASOURCE_PATH (optional), see https://github.com/upbound/uptest#injecting-dynamic-values-and-datasource
uptest: $(UPTEST) $(KUBECTL) $(KUTTL)
@$(INFO) running automated tests
@KUBECTL=$(KUBECTL) KUTTL=$(KUTTL) $(UPTEST) e2e "${UPTEST_EXAMPLE_LIST}" --data-source="${UPTEST_DATASOURCE_PATH}" --setup-script=cluster/test/setup.sh --default-conditions="Test" || $(FAIL)
@KUBECTL=$(KUBECTL) KUTTL=$(KUTTL) $(UPTEST) e2e "${UPTEST_EXAMPLE_LIST}" --data-source="${UPTEST_DATASOURCE_PATH}" --setup-script=cluster/test/setup.sh --default-conditions="Ready" || $(FAIL)
@$(OK) running automated tests

uptest-local:
Expand Down
13 changes: 7 additions & 6 deletions examples/resources/objectstorage/bucket.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ apiVersion: objectstorage.linode.upbound.io/v1alpha1
kind: Bucket
metadata:
name: test-bucket
spec:
deletionPolicy: Orphan
forProvider:
corsEnabled: true
label: test-bucket
cluster: us-sea-1
providerConfigRef:
name: default
forProvider:
corsEnabled: true
label: test-bucket
cluster: us-sea-1
providerConfigRef:
name: default

0 comments on commit c86ee19

Please sign in to comment.