bumpy-lifeguard-12741
12/01/2022, 2:42 PM$ kubectl logs pod/netmaker-1 -n netmaker
__ __ ______ ______ __ __ ______ __ __ ______ ______
/\ "-.\ \ /\ ___\ /\__ _\ /\ "-./ \ /\ __ \ /\ \/ / /\ ___\ /\ == \
\ \ \-. \ \ \ __\ \/_/\ \/ \ \ \-./\ \ \ \ __ \ \ \ _"-. \ \ __\ \ \ __<
\ \_\\"\_\ \ \_____\ \ \_\ \ \_\ \ \_\ \ \_\ \_\ \ \_\ \_\ \ \_____\ \ \_\ \_\
\/_/ \/_/ \/_____/ \/_/ \/_/ \/_/ \/_/\/_/ \/_/\/_/ \/_____/ \/_/ /_/
[netmaker] 2022-12-01 14:33:10 connecting to postgres
[netmaker] 2022-12-01 14:33:11 database successfully connected
[netmaker] 2022-12-01 14:33:11 no OAuth provider found or not configured, continuing without OAuth
[netmaker] 2022-12-01 14:33:11 Configuring MQ...
[netmaker] Fatal: failed to configure MQ: MQ admin password not provided
Looking into code it seems the it expects evironment variable MQ_ADMIN_PASSWORD
to be defined but the manifests or the instructions do not mention this setting. Am I missing something?