Skip to content

Commit

Permalink
Merge pull request #1175 from flanksource/update-fixtures-4
Browse files Browse the repository at this point in the history
fix: update fixtures for datasources with correct labels
  • Loading branch information
moshloop authored Jul 27, 2023
2 parents ac227af + d01a24b commit 66bdb7f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 40 deletions.
12 changes: 2 additions & 10 deletions fixtures/datasources/elasticsearch_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: elasticsearch-fail
labels:
"Expected-Fail": "true"
spec:
interval: 30
elasticsearch:
Expand All @@ -18,13 +20,3 @@ spec:
}
results: 1
name: elasticsearch-fail
username:
valueFrom:
secretKeyRef:
name: search
key: ELASTIC_SEARCH_USERNAME
password:
valueFrom:
secretKeyRef:
name: search
key: ELASTIC_SEARCH_PASSWORD
10 changes: 0 additions & 10 deletions fixtures/datasources/elasticsearch_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,3 @@ spec:
}
results: 1
name: elasticsearch_pass
username:
valueFrom:
secretKeyRef:
name: search
key: ELASTIC_SEARCH_USERNAME
password:
valueFrom:
secretKeyRef:
name: search
key: ELASTIC_SEARCH_PASSWORD
2 changes: 2 additions & 0 deletions fixtures/datasources/mysql_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ apiVersion: canaries.flanksource.com/v1
kind: Canary
metadata:
name: mysql-fail
labels:
"Expected-Fail": "true"
spec:
interval: 30
mysql:
Expand Down
10 changes: 0 additions & 10 deletions fixtures/datasources/opensearch_fail.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,3 @@ spec:
}
}
results: 100
username:
valueFrom:
secretKeyRef:
name: search
key: OPENSEARCH_USERNAME
password:
valueFrom:
secretKeyRef:
name: search
key: OPENSEARCH_PASSWORD
10 changes: 0 additions & 10 deletions fixtures/datasources/opensearch_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,3 @@ spec:
}
}
results: 1
username:
valueFrom:
secretKeyRef:
name: search
key: OPENSEARCH_USERNAME
password:
valueFrom:
secretKeyRef:
name: search
key: OPENSEARCH_PASSWORD

0 comments on commit 66bdb7f

Please sign in to comment.