We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff29c0 commit 73401acCopy full SHA for 73401ac
examples/mssql/config.yaml
@@ -0,0 +1,10 @@
1
+apiVersion: mssql.sql.crossplane.io/v1alpha1
2
+kind: ProviderConfig
3
+metadata:
4
+ name: default
5
+spec:
6
+ credentials:
7
+ source: MSSQLConnectionSecret
8
+ connectionSecretRef:
9
+ namespace: default
10
+ name: db-conn
examples/mssql/database.yaml
@@ -0,0 +1,5 @@
+kind: Database
+ name: example-db
+spec: {}
0 commit comments