File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ resource "null_resource" "deploy" {
36
36
[ ! -e remote-service-depl.yaml ] || rm remote-service-depl.yaml
37
37
38
38
# 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 /
42
42
echo "LOG: Installing CloudWatch Agent Operator using Helm"
43
43
helm upgrade --install --debug --namespace amazon-cloudwatch amazon-cloudwatch-operator ./ --create-namespace --set region=${ var . aws_region } --set clusterName=k8s-cluster-${ var . test_id }
44
44
You can’t perform that action at this time.
0 commit comments