From f6fad643c836a59bc46f3aa577c9106774d0849e Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 23 Aug 2024 14:38:27 -0700 Subject: [PATCH 1/2] removing debug from helm commands --- .github/workflows/deploy-node-placeholder.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-node-placeholder.yaml b/.github/workflows/deploy-node-placeholder.yaml index 31ab884e7..a227b2c7e 100644 --- a/.github/workflows/deploy-node-placeholder.yaml +++ b/.github/workflows/deploy-node-placeholder.yaml @@ -86,4 +86,4 @@ jobs: helm upgrade \ --install --wait \ --namespace=node-placeholder node-placeholder node-placeholder \ - -f node-placeholder/secrets.yaml --debug \ No newline at end of file + -f node-placeholder/secrets.yaml From 48204dbc6d90e7ba9ffdfccc2222f1c6e9ce57be Mon Sep 17 00:00:00 2001 From: shane knapp Date: Fri, 23 Aug 2024 14:39:01 -0700 Subject: [PATCH 2/2] removing additional debug --- .github/workflows/deploy-support.yaml.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-support.yaml.disabled b/.github/workflows/deploy-support.yaml.disabled index 88442fc9d..3b4ab60e1 100644 --- a/.github/workflows/deploy-support.yaml.disabled +++ b/.github/workflows/deploy-support.yaml.disabled @@ -89,4 +89,4 @@ jobs: --namespace=support \ support support/ \ -f support/secrets.yaml \ - --set installCRDs=true --debug + --set installCRDs=true