Skip to content

Commit 7924791

Browse files
Fix for ArgoCD Workload Application URL (#872)
1 parent 8c071b8 commit 7924791

File tree

1 file changed

+1
-1
lines changed
  • examples/eks-cluster-with-external-dns

1 file changed

+1
-1
lines changed

examples/eks-cluster-with-external-dns/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ module "eks_blueprints_kubernetes_addons" {
7878
argocd_applications = {
7979
workloads = {
8080
path = "envs/dev"
81-
repo_url = "https://github.com/aws-samples/eks_blueprints-workloads.git"
81+
repo_url = "https://github.com/aws-samples/eks-blueprints-workloads.git"
8282
values = {
8383
spec = {
8484
ingress = {

0 commit comments

Comments
 (0)