Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃挕 [REQUEST] - Install argo as a base application #11

Closed
johncosta opened this issue Dec 9, 2023 · 1 comment 路 Fixed by #12
Closed

馃挕 [REQUEST] - Install argo as a base application #11

johncosta opened this issue Dec 9, 2023 · 1 comment 路 Fixed by #12
Labels
question Further information is requested

Comments

@johncosta
Copy link
Owner

johncosta commented Dec 9, 2023

Start Date

No response

Implementation PR

No response

Reference Issues

No response

Summary

Limitation
The current version (0.0.6) does not yet provide the capability to install and configure Argo.

Value Statement
As a developer, I would like my application deployments managed by Argo.

Basic Example

module "k8s" {
  source  = "terraform-digitalocean-kubernetes"
  version = "0.0.6"

  cluster_name_prefix          = "test-cluster"
  cluster_region               = "nyc1"
  cluster_version_prefix       = "1.28."

  cluster_addons = {     # <-- new
    argo = {
      most_recent = true
    }
  }
}

Drawbacks

Managing additional add-ons can become complicated.

Unresolved questions

No response

@johncosta johncosta added the question Further information is requested label Dec 9, 2023
johncosta added a commit that referenced this issue Dec 10, 2023
johncosta added a commit that referenced this issue Dec 10, 2023
johncosta added a commit that referenced this issue Dec 10, 2023
@johncosta johncosta reopened this Dec 23, 2023
johncosta added a commit that referenced this issue Dec 26, 2023
johncosta added a commit that referenced this issue Dec 26, 2023
@johncosta
Copy link
Owner Author

closed with ##16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant