Skip to content

Commit b82e6d3

Browse files
Update repo reference in README.md
1 parent 5f0ae2d commit b82e6d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ This module is compatible with EKS version 1.23,1.24 and 1.25 which is great new
2323

2424
```hcl
2525
module "argocd" {
26-
source = "squareops/argocd/kubernetes.git"
26+
source = "squareops/argocd/kubernetes"
2727
argocd_config = {
28-
hostname = "argocd.squareops.in"
28+
hostname = "argocd.prod.in"
2929
values_yaml = ""
3030
redis_ha_enabled = true
3131
autoscaling_enabled = true

0 commit comments

Comments
 (0)