We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93dfc31 commit 4e06db2Copy full SHA for 4e06db2
.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
# test the helm chart with s3 as the primary storage
90
- name: S3 Enabled as Primary Storage
0 commit comments