Skip to content

Commit

Permalink
use local chart
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Apr 2, 2025
1 parent 4236e3f commit 634733c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "helm_release" "kiali_operator" {
version = var.kiali_operator_version
name = "kiali-operator"
namespace = var.namespace
repository = "https://kiali.org/helm-charts"
repository = "./kiali-server"

set {
name = "image.repo"
Expand Down

0 comments on commit 634733c

Please sign in to comment.