Skip to content

Commit

Permalink
chore: remove canaries namespace from fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Feb 12, 2025
1 parent c22eee6 commit 7d72182
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion fixtures/datasources/mongo_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: mongo-fail
namespace: canaries
labels:
"Expected-Fail": "true"
spec:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/mongo_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: mongo
namespace: canaries
spec:
schedule: "@every 5m"
mongodb:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/mssql_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: mssql-fail
namespace: canaries
labels:
"Expected-Fail": "true"
spec:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/mssql_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: mssql-pass
namespace: canaries
spec:
schedule: "@every 5m"
mssql:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/mysql_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: mysql-fail
namespace: canaries
labels:
"Expected-Fail": "true"
spec:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/mysql_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: mysql-pass
namespace: canaries
spec:
schedule: "@every 5m"
mysql:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/posgres_stateful_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: postgres-succeed
namespace: canaries
spec:
schedule: "@every 5m"
postgres:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/postgres_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: postgres-succeed
namespace: canaries
spec:
schedule: "@every 5m"
postgres:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/redis_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: redis-fail
namespace: canaries
labels:
"Expected-Fail": "true"
spec:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/redis_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: redis-succeed
namespace: canaries
spec:
schedule: "@every 5m"
redis:
Expand Down
1 change: 0 additions & 1 deletion fixtures/datasources/s3_bucket_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: s3-bucket-pass
namespace: canaries
spec:
schedule: "@every 5m"
folder:
Expand Down
1 change: 0 additions & 1 deletion fixtures/git/git_pull_push_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: git-pull-push
namespace: canaries
spec:
gitProtocol:
- name: git-pull-push
Expand Down
1 change: 0 additions & 1 deletion fixtures/k8s/cronjob_monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apiVersion: batch/v1
kind: CronJob
metadata:
name: always-passing
namespace: canaries
spec:
schedule: "0 * * * *"
concurrencyPolicy: Forbid
Expand Down
1 change: 0 additions & 1 deletion fixtures/k8s/http_auth_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: http-basic-auth-configmap
namespace: canaries
spec:
http:
- name: http basic auth check
Expand Down
1 change: 0 additions & 1 deletion fixtures/k8s/http_auth_sa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: http-basic-auth-token
namespace: canaries
spec:
http:
- url: https://httpbin.demo.aws.flanksource.com/basic-auth/hello/world
Expand Down
1 change: 0 additions & 1 deletion fixtures/k8s/http_auth_secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: http-basic-auth-secret
namespace: canaries
spec:
http:
- name: http basic auth check
Expand Down
1 change: 0 additions & 1 deletion fixtures/opensearch/opensearch_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: opensearch-fail
namespace: canaries
labels:
canary: opensearch
"Expected-Fail": "true"
Expand Down
1 change: 0 additions & 1 deletion fixtures/opensearch/opensearch_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: opensearch-pass
namespace: canaries
labels:
canary: opensearch
spec:
Expand Down

0 comments on commit 7d72182

Please sign in to comment.