Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] wildcard domain on Ingress Operator - use case #45

Open
ionutz89 opened this issue Apr 24, 2021 · 0 comments
Open

[FEATURE REQUEST] wildcard domain on Ingress Operator - use case #45

ionutz89 opened this issue Apr 24, 2021 · 0 comments

Comments

@ionutz89
Copy link

ionutz89 commented Apr 24, 2021

It will be useful if we can pass on the ingress operator the secretName on config.yaml.

At the moment it only creates a new cert from cert issuer like the cert-manager provider.

We have a case where we are using only wildcard domain and we have to edit manually each Ingress to use the same secretName like an example below.

apiVersion: openfaas.com/v1alpha2
kind: FunctionIngress
metadata:
  name: nodeinfo
  namespace: openfaas
spec:
  domain: "nodeinfo.myfaas.club"
  function: "nodeinfo"
  ingressType: "nginx"
  tls:
     enabled: true
     secretName: same-cert-secret

If it is a workaround like to automate this bit, it will very useful to know.

What do you think about it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant