From d69d481167465bfe068d3aa50efd5edc179b4170 Mon Sep 17 00:00:00 2001 From: Jesse Hitch Date: Fri, 26 Jul 2024 14:01:18 +0200 Subject: [PATCH] Update lint-test.yaml - add test for notifyPush.enabled so all users can see test in ci Signed-off-by: Jesse Hitch --- .github/workflows/lint-test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/lint-test.yaml b/.github/workflows/lint-test.yaml index a6205de0..64190d82 100644 --- a/.github/workflows/lint-test.yaml +++ b/.github/workflows/lint-test.yaml @@ -81,6 +81,10 @@ jobs: # test the helm chart with horizontal pod autoscaling enabled - name: Horizontal Pod Autoscaling Enabled helm_args: '--helm-extra-set-args "--set=hpa.enabled=true --set=hpa.minPods=2 --set=hpa.maxPods=3 --set=hpa.targetCPUUtilizationPercentage=75"' + + # test the helm chart with notify push enabled + - name: Notify Push Enabled + helm_args: '--helm-extra-set-args "--set=notifyPush.enabled=true"' steps: - name: Checkout