1

I'm coming from the following thread and bump up the question in the comment

https://stackoverflow.com/a/40997561/2641128

The only difference is that I actually WANT the secret to be in the default namespace as I don't want to create it for all namespaces. Is there a way to reference to a secret the default namespace while the ingress is created inside a namespace?

Any solution for this issue in 2021?

e-j5
  • 1,759
  • 1
  • 11
  • 23

1 Answers1

0

Nothing changed and secret is still a namespace defendant object...

Secret restrictions

Secret resources reside in a namespace. Secrets can only be referenced by Pods in that same namespace.

Vit
  • 7,740
  • 15
  • 40