Maruserokan

Results 8 comments of Maruserokan

@cubinet-code Thank you so much, I really appreciate your answer, this solves a lot of things in our company.

@SimFG The outcome is the same either by setting SelectOwnership or the ones specified on my first comment.

I have the same problem, did you manage to solve it? I'm cloning the repo and customizing the ingress.yaml but it is not what I expect, should be a way...

@nitrocode I have this declared in my values.yaml ``` ingress: enabled: true ingressClassName: annotations: {} # kubernetes.io/ingress.class: nginx # kubernetes.io/tls-acme: "true" path: /* ## this is in case we want...

by the other hand if I have a cluster with networking.k8s.io/v1 apiVersion I can do the following: ``` ingress: enabled: true ingressClassName: annotations: alb.ingress.kubernetes.io/certificate-arn: arn:aws:acm:us-west-2:xxxx:certificate/xxxxxx alb.ingress.kubernetes.io/listen-ports: '[{"HTTP": 80}, {"HTTPS":443}]' alb.ingress.kubernetes.io/ssl-redirect:...

Hey @eojthebrave, is it possible to reference the file internally? or is it mandatory to be an external link? I mean, I want to open the file that I recently...

> @mcandio I'm not sure. I'm very new to this project. What do you mean by reference it internally? I mean, for example, if I create the .danswer_metadata.json like this:...

> @mcandio Hi, I guess you get some trouble about IAM. To be frank, IAM support is not fully tested before. We need some time to verify. I am curious...