This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Description
Describe the bug
When using digital ocean to deploy MARA, you need to first have installed and authorized the doctl program. If not, the
following errors will be encountered:
Error: Unable to initialize DigitalOcean API client: access token is required. (hint: run 'doctl auth init')
Error: Unable to initialize DigitalOcean API client: access token is required. (hint: run 'doctl auth init')
To Reproduce
Steps to reproduce the behavior:
- Deploy MARA on DO w/o doing a
doctl auth init.
- As soon as you hit the helm sections.....
- Boom....
Expected behavior
Should work; this is likely going to need to be resolved by just verifying that the doctl utility has been properly auth'd earlier in the process.
Your environment
n/a
Additional context
None.