Skip to content

Commit

Permalink
chore: update aws fixtures with canary namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 29, 2023
1 parent 3348452 commit e6c17f9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions fixtures/aws/ec2_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: ec2-pass
namespace: canaries
spec:
interval: 30
spec:
Expand Down
1 change: 1 addition & 0 deletions fixtures/aws/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: canaries
resources:
- ec2_pass.yaml
- s3_bucket_pass.yaml
1 change: 1 addition & 0 deletions fixtures/aws/s3_bucket_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: s3-bucket-pass
namespace: canaries
annotations:
trace: "false"
spec:
Expand Down
3 changes: 2 additions & 1 deletion fixtures/datasources/mssql_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ metadata:
spec:
interval: 30
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"
- url: "server=mssql.canaries.svc.cluster.local;user sa;password=S0m3p@sswd;port=1433;database=master"
name: mssql pass
username:
value: sa
Expand Down

0 comments on commit e6c17f9

Please sign in to comment.