There was an error while loading. Please reload this page.
1 parent 23da894 commit 4c84f8dCopy full SHA for 4c84f8d
1 file changed
scripts/upsert-db-cache-data.sh
@@ -35,4 +35,4 @@ kpt fn eval \
35
cp "${git_root}/deployments/local/postgres/postgres-statefulset.yaml" 3-porch-postgres-statefulset.yaml
36
37
# 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
+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