Skip to content

Commit

Permalink
add cert-manager dep to istio
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent 50275b7 commit 4c3f0da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lab/us-gov-east-1/vpc/_mcmCluster/eks-istio/terragrunt.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ dependency "eks" {
dependency "eks-config" {
config_path = "../eks-config"
}
dependency "eks-cert-manager" {
config_path = "../eks-cert-manager"
}

inputs = {
profile = dependency.eks.inputs.profile
Expand Down

0 comments on commit 4c3f0da

Please sign in to comment.