You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add OPERATOR_NAME env var in .generated files for operator
As part of one of the recent changes #222
we added a new env var OPERATOR_NAME. After switching the context this env var was correctly
populated in the generated files `context.env` and `context.export.env` but it was not being
populated in the other generated files (`context.operator.env` and `context.operator.export.env`).
This commit fixes that.
0 commit comments