minor fix
This commit is contained in:
parent
c9c80ad9b9
commit
8dff6727ef
|
@ -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"
|
||||
|
|
|
@ -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" {
|
||||
|
|
Loading…
Reference in New Issue