Skip to content

Commit

Permalink
Swap back to sh
Browse files Browse the repository at this point in the history
  • Loading branch information
philippemnoel committed Dec 2, 2024
1 parent f21e15e commit 6a13bc8
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: paradedb-ncc-1701-d-app
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
containers:
- name: minio-cleanup
image: minio/mc
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
mc alias set myminio https://minio.minio.svc.cluster.local minio minio123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: paradedb-app
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: paradedb-app
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
name: paradedb-superuser
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client kubectl coreutils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: paradedb-superuser
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: recovery-backup-pitr-paradedb-superuser
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
2 changes: 1 addition & 1 deletion charts/paradedb/test/postgresql-import/01-data_write.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: DB_URI
value: postgres://$(DB_USER):$(DB_PASS)@source-paradedb-rw:5432
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
2 changes: 1 addition & 1 deletion charts/paradedb/test/postgresql-import/03-data_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: import-paradedb-superuser
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
2 changes: 1 addition & 1 deletion charts/paradedb/test/postgresql-import/05-data_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: import-schemaonly-paradedb-superuser
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
- name: DB_URI
value: postgres://$(DB_USER):$(DB_PASS)@source-paradedb-rw:5432
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
name: pg-basebackup-paradedb-superuser
key: uri
image: alpine:3.19
command: ['bash', '-c']
command: ['sh', '-c']
args:
- |
apk --no-cache add postgresql-client
Expand Down

0 comments on commit 6a13bc8

Please sign in to comment.