Mathieu Parent

Results 188 comments of Mathieu Parent

@orf Could you propose a PR here to implement this here?

@grzesuav Move to gitlab 😉 ! https://docs.gitlab.com/ee/user/packages/helm_repository/ https://github.com/failfast-ci/failfast-api

@grzesuav I think having the Helm repository as HTTPs (i.e. not OCI) is more standard. Also the current name of the chart (` metacontroller-helm`) is not standard. However, this is...

@grzesuav Also related, some improvements can be done on the image to run as non-root.

> True, however OCI was added as supported repository format in helm, Ig you could point to alternative page to deploying charts I can try to add it as alternative...

@grzesuav Couldn't proposed PR be changed to be backward compatible? i.e. only specifying namespace when different from parent namespace : ```json { "related": { "Pod.v1": { "resourceInTheParentNamespace": {}, "someOtherNamespace/someResource": {}...

@grzesuav As they work today, i.e without prefix: ```json { "related": { "ClusterRoleBinding.rbac.authorization.k8s.io/v1": { "clusterScopedResource": {} }, "Pod.v1": { "resourceInTheParentNamespace": {}, "someOtherNamespace/someResource": {} } } } ```

Note: This `status.loadBalancer.ingress` is needed for [ArgoCD to work correctly](https://argoproj.github.io/argo-cd/faq/#why-is-my-application-stuck-in-progressing-state).

(NB: I've updated the description to my real use-case: Ingress to Istio) Hi @grzesuav, > How those Ingreses are created ? Those are mostly created by Helm charts from FLOSS...