Skip to content

Commit

Permalink
chore: add namespace to secret fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
yashmehrotra committed Jul 29, 2023
1 parent d568881 commit 14d118c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions fixtures/datasources/_setup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ apiVersion: v1
kind: Secret
metadata:
name: aws-credentials
namespace: canaries
stringData:
AWS_ACCESS_KEY_ID: minio
AWS_SECRET_ACCESS_KEY: minio123
Expand Down
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
1 change: 1 addition & 0 deletions fixtures/datasources/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
spec:
interval: 30
folder:
Expand Down

0 comments on commit 14d118c

Please sign in to comment.