This repository was archived by the owner on Jun 17, 2024. It is now read-only.
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
secret.yaml is the only template with a specific namespace #80
Open
Description
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?