You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case I'm using an Issuer resource of the cert-manager and the cert-manager is installed within the namespace, not globally within the cluster. So it should be possible to use both settings a ClutserIssuer (cert-manager.io/cluster-issuer) or Issuer (cert-manager.io/issuer)
Actual behavior
It is not possible to use the ingress setup with an Issuer resource.
Additional context
IMHO it could be a better solution to remove the cert-manager/* configuration lines from the template and append them into the values.yaml as default annotation list, it does not beak the current behavior but it make it possible to overwrite the configuration with local settings (see https://github.com/armadaproject/armada/blob/master/deployment/armada/templates/ingress.yaml#L19 ).
Another solution is to support both possibilities ClusterIssuer and Issuer, but the first suggestion is more flexible
Thanks a lot
The text was updated successfully, but these errors were encountered:
Hello,
Within the Helm chart, the ingress needs a ClusterIssues of the cert-manager
https://github.com/armadaproject/armada/blob/master/deployment/armada/templates/ingress.yaml#L16-L17
Expected behavior
In my case I'm using an Issuer resource of the cert-manager and the cert-manager is installed within the namespace, not globally within the cluster. So it should be possible to use both settings a ClutserIssuer (
cert-manager.io/cluster-issuer
) or Issuer (cert-manager.io/issuer
)Actual behavior
It is not possible to use the ingress setup with an Issuer resource.
Additional context
cert-manager/*
configuration lines from the template and append them into thevalues.yaml
as default annotation list, it does not beak the current behavior but it make it possible to overwrite the configuration with local settings (see https://github.com/armadaproject/armada/blob/master/deployment/armada/templates/ingress.yaml#L19 ).Thanks a lot
The text was updated successfully, but these errors were encountered: