Open lmsurpre opened 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?
I tried installing this easyauth-proxy to a non-default namespace. The statefulset failed to come up because of
When I looked into it, I found that the easyauth-proxy secret template includes
which means it will always be installed to the default namespace.
Is that right?