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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for GitOps Bridge to Argo Events #377

Closed
Squallium opened this issue Mar 24, 2024 · 0 comments · Fixed by #378
Closed

Support for GitOps Bridge to Argo Events #377

Squallium opened this issue Mar 24, 2024 · 0 comments · Fixed by #378
Labels
good first issue Good for newcomers

Comments

@Squallium
Copy link
Contributor

Description

Argo Events does not support GitOps Bridge capability.

  • [ x] ✋ I have searched the open/closed issues and my issue is not listed.

Versions

  • Module version [Required]: v1.16.1

  • Terraform version: 1.6.4

  • Provider version(s):

+ provider registry.terraform.io/gavinbunney/kubectl v1.14.0
+ provider registry.terraform.io/hashicorp/aws v5.37.0
+ provider registry.terraform.io/hashicorp/cloudinit v2.3.3
+ provider registry.terraform.io/hashicorp/helm v2.12.1
+ provider registry.terraform.io/hashicorp/kubernetes v2.26.0
+ provider registry.terraform.io/hashicorp/null v3.2.2
+ provider registry.terraform.io/hashicorp/random v3.6.0
+ provider registry.terraform.io/hashicorp/time v0.10.0
+ provider registry.terraform.io/hashicorp/tls v4.0.5
+ provider registry.terraform.io/viktorradnai/bcrypt v0.1.2

Reproduction Code [Required]

Add this flag to enable GitOps Bridge:

create_kubernetes_resources = false

Run plan trying to enable Argo Events with:

enable_argo_events = true

Expected behaviour

  • no kubernetes resources related to argo events should appear

Actual behaviour

  • the tf plan shows the argo-events helm release

Terminal Output Screenshot(s)

From Terrafom Cloud dashboard:
Screenshot 2024-03-24 at 20 00 23

Additional context

I already fix the issue in a fork project I'm creating the issue because of the contributing guidelines.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants