Skip to content

Commit

Permalink
Update ping.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe Noël <[email protected]>
  • Loading branch information
philippemnoel authored Sep 26, 2024
1 parent 9445781 commit bad005a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/paradedb/templates/tests/ping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ spec:
- name: PGUSER
valueFrom:
secretKeyRef:
name: {{ include "cluster.fullname" . }}-paradedb
name: {{ include "cluster.fullname" . }}-app
key: username
- name: PGPASS
valueFrom:
secretKeyRef:
name: {{ include "cluster.fullname" . }}-paradedb
name: {{ include "cluster.fullname" . }}-app
key: password
args:
- "-c"
Expand Down

0 comments on commit bad005a

Please sign in to comment.