Skip to content

Commit

Permalink
fix: Add support for gitops-bridge to argo events (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
Squallium committed Mar 25, 2024
1 parent a623be6 commit 089e81a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ module "argo_events" {

create = var.enable_argo_events

# Disable helm release
create_release = var.create_kubernetes_resources

# https://github.com/argoproj/argo-helm/tree/main/charts/argo-events
name = try(var.argo_events.name, "argo-events")
description = try(var.argo_events.description, "A Helm chart to install the Argo Events")
Expand Down

0 comments on commit 089e81a

Please sign in to comment.