Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Natsume-197 committed Mar 30, 2024
1 parent 5ffd265 commit 939b29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kustomize/overlays/development/pgsync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ spec:
containers:
- name: pgsync
image: natsume197/pgsync:3.1.0
command: [ "bootstrap"]
args: ["--config", "/data/schema-dev.json"]
command: [ "pgsync"]
args: ["--config", "/data/schema-dev.json", "--daemon"]
# loop forever, outputting "yo" every 5 seconds
# command: [ "sh", "-c"]
# args: ["while true; do echo 'yo' && sleep 5; done;"]
Expand Down

0 comments on commit 939b29e

Please sign in to comment.