Skip to content

Commit c9e1875

Browse files
authored
fix: Update git repository refs (#1036)
Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
1 parent bc62236 commit c9e1875

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
name = "clickhouse-on-eks"
22
region = "us-west-2"
33
enable_ingress_nginx = false
4-
enable_clickhouse = true

infra/terraform/argocd-applications/event-collector.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
syncPolicy:
2222
syncOptions:
2323
- CreateNamespace=true
24+
- ServerSideApply=true
2425
automated:
2526
prune: true
2627
selfHeal: true

infra/terraform/argocd-applications/event-store.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
source:
1111
repoURL: https://github.com/awslabs/data-on-eks
1212
path: infra/terraform/manifests/event-store
13-
targetRevision: tmp-gitops
13+
targetRevision: main
1414
helm:
1515
valuesObject:
1616
s3_endpoint: ${clickhouse_s3_endpoint}

infra/terraform/helm-values/kube-prometheus.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ grafana:
178178
# EKS PCP Control Plane monitoring dashboard for Spark/EMR benchmarks
179179
# Tracks API concurrency seats, pod scheduling rate, etcd size, and Spark job metrics
180180
eks-pcp-spark-dashboard:
181-
url: https://raw.githubusercontent.com/awslabs/data-on-eks/refs/heads/eks-pcp-benchmarks/infra/terraform/grafana-dashboards/eks-pcp-spark-dashboard.json
181+
url: https://raw.githubusercontent.com/awslabs/data-on-eks/refs/heads/main/infra/terraform/grafana-dashboards/eks-pcp-spark-dashboard.json
182182
k8s-events-dashboard:
183-
url: https://raw.githubusercontent.com/awslabs/data-on-eks/refs/heads/tmp-gitops/infra/terraform/grafana-dashboards/k8s-events-dashboard.json
183+
url: https://raw.githubusercontent.com/awslabs/data-on-eks/refs/heads/main/infra/terraform/grafana-dashboards/k8s-events-dashboard.json
184184
spark-logs-dashboard:
185-
url: https://raw.githubusercontent.com/awslabs/data-on-eks/refs/heads/tmp-gitops/infra/terraform/grafana-dashboards/spark-logs-dashboard.json
185+
url: https://raw.githubusercontent.com/awslabs/data-on-eks/refs/heads/main/infra/terraform/grafana-dashboards/spark-logs-dashboard.json

0 commit comments

Comments
 (0)