From 16479218efc15a59b711a43dae519c2ed96d1435 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 20 Jul 2024 13:09:51 +1000 Subject: [PATCH] update service ports adguard-home --- scripts/ingress-nginx/patch-ingress-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ingress-nginx/patch-ingress-nginx.sh b/scripts/ingress-nginx/patch-ingress-nginx.sh index 254862d..44782c2 100644 --- a/scripts/ingress-nginx/patch-ingress-nginx.sh +++ b/scripts/ingress-nginx/patch-ingress-nginx.sh @@ -1,4 +1,4 @@ #!/bin/bash set -e -kubectl apply service ingress-nginx-controller -n argocd --patch "$(cat ports.yaml)" \ No newline at end of file +kubectl patch service ingress-nginx-controller -n argocd --patch-file ports.yaml \ No newline at end of file