Skip to content

Commit

Permalink
chore: try new postgres query
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 28, 2023
1 parent ba564ef commit 3348452
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions fixtures/datasources/postgres_pass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,5 @@ spec:
value: postgresadmin
password:
value: admin123
query: SELECT current_schemas(true)
display:
template: |
{{- range $r := .results.rows }}
{{- $r.current_schemas}}
{{- end}}
query: SELECT 1
results: 1

0 comments on commit 3348452

Please sign in to comment.