Skip to content

Commit

Permalink
Merge pull request #5 from SCT-Engineering/prometheus
Browse files Browse the repository at this point in the history
updated README.md one more time
  • Loading branch information
nangu001 committed Jul 16, 2024
2 parents e9a8a1f + eb23905 commit 183c57f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lab/us-gov-east-1/vpc/cluster/eks-prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ This module is dependent on EKS module (eks). The cluster should exist already f
set {
name = "kube-state-metrics.image.repository"
value = module.images.images[local.ksm_key].dest_repository
}
```
}
```
6. In some other cases the image ecr repository had to be split by the colon separatory (:)
```
set {
name = "alertmanager.configmapReload.image.repository"
value = split(":", module.images.images[local.prom_config_reload_key].dest_full_path)[0]
}
```
}
```



0 comments on commit 183c57f

Please sign in to comment.