Skip to content

Commit 4c84f8d

Browse files
authored
Fix stdout bug in upsert-db-cache-data (#344)
Signed-off-by: Fiachra Corcoran <fiachra.corcoran@est.tech>
1 parent 23da894 commit 4c84f8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/upsert-db-cache-data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ kpt fn eval \
3535
cp "${git_root}/deployments/local/postgres/postgres-statefulset.yaml" 3-porch-postgres-statefulset.yaml
3636

3737
# create the configmap to hold the db schema
38-
kubectl create configmap -n porch-system porch-schema --from-file="${git_root}/api/sql/porch-db.sql" --dry-run=client -o yaml > 3-porch-postgres-schema-configmap.yaml
38+
kubectl create configmap -n porch-system porch-schema --from-file="${git_root}/api/sql/porch-db.sql" --dry-run=client -o yaml | cat > 3-porch-postgres-schema-configmap.yaml

0 commit comments

Comments
 (0)