Closed discostur closed 1 year ago
@kocolosk it seems that you have released a new version of the helm chart which should contain this merge / fix - but if i download the helm chart i cannot see the changes.
I cannot see any merge in your master branch, too. Did there anything go wrong with your release?
edit: might be related to https://github.com/apache/couchdb-helm/issues/88
@discostur I think this is blocked on merging #75 - when the CI issues are resolved we can look at merging/releasing.
In case it's of any use to anyone, I used the following command to patch the ingress:
kubectl patch ingress/couch-couchdb --type json --patch '[{"op": "add", "path": "/spec/ingressClassName", value: "nginx" }]'
Hi,
would it be possible to support setting a IngressClass?
Thanks Regards, Kilian