We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9077735 commit d69d481Copy full SHA for d69d481
1 file changed
.github/workflows/lint-test.yaml
@@ -81,6 +81,10 @@ jobs:
81
# test the helm chart with horizontal pod autoscaling enabled
82
- name: Horizontal Pod Autoscaling Enabled
83
helm_args: '--helm-extra-set-args "--set=hpa.enabled=true --set=hpa.minPods=2 --set=hpa.maxPods=3 --set=hpa.targetCPUUtilizationPercentage=75"'
84
+
85
+ # test the helm chart with notify push enabled
86
+ - name: Notify Push Enabled
87
+ helm_args: '--helm-extra-set-args "--set=notifyPush.enabled=true"'
88
89
steps:
90
- name: Checkout
0 commit comments