Skip to content

Commit

Permalink
Fix deleted examples
Browse files Browse the repository at this point in the history
Signed-off-by: Mikel Landa <[email protected]>
  • Loading branch information
Mikel-Landa committed Jun 12, 2024
1 parent 9ff29c0 commit 73401ac
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/mssql/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
apiVersion: mssql.sql.crossplane.io/v1alpha1
kind: ProviderConfig
metadata:
name: default
spec:
credentials:
source: MSSQLConnectionSecret
connectionSecretRef:
namespace: default
name: db-conn
5 changes: 5 additions & 0 deletions examples/mssql/database.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
apiVersion: mssql.sql.crossplane.io/v1alpha1
kind: Database
metadata:
name: example-db
spec: {}

0 comments on commit 73401ac

Please sign in to comment.