Azure / EasyAuthForK8s

Easily add Azure AD Authentication to any app running on Kubernetes
MIT License
67 stars 15 forks source link

secret.yaml is the only template with a specific namespace #80

Open lmsurpre opened 2 years ago

lmsurpre commented 2 years ago

I tried installing this easyauth-proxy to a non-default namespace. The statefulset failed to come up because of

Error: secret "easyauth-proxy-MYAPP-secret" not found

When I looked into it, I found that the easyauth-proxy secret template includes

namespace: default

which means it will always be installed to the default namespace.

Is that right?