Skip to content

Commit

Permalink
chore: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop committed Oct 30, 2023
1 parent a188ef2 commit a52fd74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fixtures/datasources/posgres_stateful_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ metadata:
spec:
interval: 30
postgres:
- url: "postgres://$(username):$(password)@postgres.canaries.svc.cluster.local:5432/postgres?sslmode=disable"
name: postgres processes new
- name: postgres processes new
url: "postgres://$(username):$(password)@postgres.canaries.svc.cluster.local:5432/postgres?sslmode=disable"
username:
value: postgresadmin
password:
Expand All @@ -17,7 +17,7 @@ spec:
{{- if last_result.results.rows }}
'{{- (index last_result.results.rows 0).max }}'
{{- else}}
now() - interval * '1 hour'
now() - interval '1 hour'
{{- end}}
metrics:
- name: postgres_process_new
Expand Down

0 comments on commit a52fd74

Please sign in to comment.