Skip to content

Commit

Permalink
chore: fix mssql test
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Feb 4, 2025
1 parent a1b0856 commit f054ea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fixtures/datasources/mssql_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
spec:
schedule: "@every 5m"
mssql:
- url: "server=mssql.canaries.svc.cluster.local;user id=$(username);password=$(password);port=1433;database=master"
- url: "server=mssql.canaries.svc.cluster.local;user id=$(username);password=$(password);port=1433;database=master;TrustServerCertificate=True"
name: mssql pass
username:
value: sa
Expand Down

0 comments on commit f054ea7

Please sign in to comment.