File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
charts/nextcloud/test-values Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ jobs:
101101 helm_args : |
102102 --namespace nextcloud --skip-clean-up --helm-extra-set-args "--create-namespace --values charts/nextcloud/test-values/notify_push.yaml"
103103 testNotifyPush : true
104+ ingress : true
104105
105106 steps :
106107 - name : Checkout
@@ -148,6 +149,11 @@ jobs:
148149 --values .github/tests/minio_test_values.yaml \
149150 minio/minio
150151
152+ - name : Install Ingress
153+ if : matrix.test_cases.ingress
154+ run : |
155+ kubectl apply -f https://kind.sigs.k8s.io/examples/ingress/deploy-ingress-nginx.yaml
156+
151157 - name : Run chart-testing (install ${{ matrix.test_cases.name }})
152158 id : install
153159 if : steps.list-changed.outputs.changed == 'true'
Original file line number Diff line number Diff line change 11fullnameOverride : nextcloud
22
33nextcloud :
4- host : " nextcloud-notify-push.nextcloud.svc.cluster.local"
4+ host : " ingress-nginx-controller.ingress-nginx.svc"
5+
6+ ingress :
7+ enabled : true
58
69redis :
710 enabled : true
You can’t perform that action at this time.
0 commit comments