Skip to content

Commit

Permalink
update samples for version 0.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBulankou committed Dec 11, 2019
1 parent b4ab4b0 commit 70c7488
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
apiVersion: spanner.cnrm.cloud.google.com/v1alpha2
kind: SpannerDatabase
metadata:
name: spannerdatabase-sample
spec:
instanceRef:
name: spannerdatabase-dep
ddl:
- "CREATE TABLE t1 (t1 INT64 NOT NULL,) PRIMARY KEY(t1)"
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: spanner.cnrm.cloud.google.com/v1alpha2
kind: SpannerInstance
metadata:
name: spannerdatabase-dep
spec:
config: regional-us-west1
displayName: Spanner Database Dependency

0 comments on commit 70c7488

Please sign in to comment.