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

bug: dependency between helm and doctl for DO deployments #207

@qdzlug

Description

@qdzlug

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:

  1. Deploy MARA on DO w/o doing a doctl auth init.
  2. As soon as you hit the helm sections.....
  3. 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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions