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:
101
101
helm_args : |
102
102
--namespace nextcloud --skip-clean-up --helm-extra-set-args "--create-namespace --values charts/nextcloud/test-values/notify_push.yaml"
103
103
testNotifyPush : true
104
+ ingress : true
104
105
105
106
steps :
106
107
- name : Checkout
@@ -148,6 +149,11 @@ jobs:
148
149
--values .github/tests/minio_test_values.yaml \
149
150
minio/minio
150
151
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
+
151
157
- name : Run chart-testing (install ${{ matrix.test_cases.name }})
152
158
id : install
153
159
if : steps.list-changed.outputs.changed == 'true'
Original file line number Diff line number Diff line change 1
1
fullnameOverride : nextcloud
2
2
3
3
nextcloud :
4
- host : " nextcloud-notify-push.nextcloud.svc.cluster.local"
4
+ host : " ingress-nginx-controller.ingress-nginx.svc"
5
+
6
+ ingress :
7
+ enabled : true
5
8
6
9
redis :
7
10
enabled : true
You can’t perform that action at this time.
0 commit comments