Skip to content

Commit

Permalink
patches xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Nov 19, 2024
1 parent 30f42d5 commit 9e8d682
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion modules/signoz-fluxcd/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ spec:
defaultKeepFreeSpaceBytes: "10485760" # 10MiB
type: s3
endpoint: https://clickhouse-backup-${var.aws_account_id}-${var.cluster_name}.us-east-1.s3.amazonaws.com/data/
region: us-east-1
role:
enabled: true
annotations:
Expand Down Expand Up @@ -139,6 +138,12 @@ spec:
ports:
- name: backup-rest
containerPort: 7171
- target:
kind: ClickHouseInstallation
patch: |
- op: add
path: /spec/configuration/files/storage.xml/clickhouse/storage_configuration/disks/s3/region
value: "us-east-1"
YAML
}

Expand Down

0 comments on commit 9e8d682

Please sign in to comment.