Skip to content

Commit aec1166

Browse files
authored
use helm-charts repo to install the cloudwatch agent operator (#46)
1 parent 599f93d commit aec1166

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

terraform/k8s/deploy/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ resource "null_resource" "deploy" {
3636
[ ! -e remote-service-depl.yaml ] || rm remote-service-depl.yaml
3737
3838
# Clone and install operator onto cluster
39-
echo "LOG: Cloning operator repo"
40-
git clone https://github.com/aws/amazon-cloudwatch-agent-operator -q
41-
cd amazon-cloudwatch-agent-operator/helm/
39+
echo "LOG: Cloning helm-charts repo"
40+
git clone https://github.com/aws-observability/helm-charts -q
41+
cd helm-charts/charts/amazon-cloudwatch-observability/
4242
echo "LOG: Installing CloudWatch Agent Operator using Helm"
4343
helm upgrade --install --debug --namespace amazon-cloudwatch amazon-cloudwatch-operator ./ --create-namespace --set region=${var.aws_region} --set clusterName=k8s-cluster-${var.test_id}
4444

0 commit comments

Comments
 (0)