From fece8d528578a3ea6cba02509344cbef3494cf0c Mon Sep 17 00:00:00 2001 From: ange Date: Sun, 22 Dec 2024 05:45:39 +0000 Subject: [PATCH] fix: cat instead of CAT --- manifests/bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/bin/deploy.sh b/manifests/bin/deploy.sh index f09219b..f72dc70 100755 --- a/manifests/bin/deploy.sh +++ b/manifests/bin/deploy.sh @@ -48,7 +48,7 @@ export POSTGRES_PASSWORD; POSTGRES_PASSWORD="$(kgseckey postgres-app password)" # shellcheck disable=SC1090 . <(kubectl run -i --rm --image "$IMAGEAPP" secrets -- bash <