Skip to content

Commit

Permalink
add repo in env
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 2, 2025
1 parent e27b170 commit 4236e3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@ locals {

resource "helm_release" "kiali_operator" {
depends_on = [module.images]
chart = "kiali-operator"
chart = "kiali/kiali-operator"
version = var.kiali_operator_version
name = "kiali-operator"
namespace = var.namespace
repository = "https://kiali.org/helm-charts"

set {
name = "image.repo"
Expand Down

0 comments on commit 4236e3f

Please sign in to comment.