From 8dff6727ef9828a6feaa594c388875388116e02d Mon Sep 17 00:00:00 2001 From: Sandro La Bruzzo Date: Thu, 2 May 2024 11:51:56 +0200 Subject: [PATCH] minor fix --- local.tfvars.template | 2 +- modules/airflow/variables.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local.tfvars.template b/local.tfvars.template index 3d3e5d3..4f1bcf3 100644 --- a/local.tfvars.template +++ b/local.tfvars.template @@ -4,6 +4,6 @@ domain = "local-dataplatform" admin_user = "admin" admin_password = "admin" admin_hash = "$2y$10$Wd.mnnrDG01KJ42aVtC89.FdXOvyRm4RNfDfZ5F8k4r/fmSZgrIEq" # generate with htpasswd -bnBC 10 "" -s3_endpoint = "https://minio.lot1-minio-tenant.svc.cluster.local" +s3_endpoint = "https://minio.dnet-minio-tenant.svc.cluster.local" s3_key= "minio" s3_secret = "minio123" diff --git a/modules/airflow/variables.tf b/modules/airflow/variables.tf index 09a2c62..8c93472 100644 --- a/modules/airflow/variables.tf +++ b/modules/airflow/variables.tf @@ -25,7 +25,7 @@ variable "domain" { variable "s3_endpoint" { type = string - default = "https://minio.lot1-minio-tenant.svc.cluster.local" + default = "https://minio.dnet-minio-tenant.svc.cluster.local" } variable "s3_key" {