minor fix

This commit is contained in:
Sandro La Bruzzo 2024-05-02 11:51:56 +02:00
parent c9c80ad9b9
commit 8dff6727ef
2 changed files with 2 additions and 2 deletions

View File

@ -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 "" <admin_password>
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"

View File

@ -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" {