Skip to content

Commit 1e6aba6

Browse files
author
Andreas Mautsch
committed
secrets
1 parent c9b3aae commit 1e6aba6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

terraform/data/s3-minio.tf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ resource "helm_release" "s3-minio" {
2323
name = "readinessProbe.initialDelaySeconds"
2424
value = "2"
2525
}
26+
set {
27+
name = "console.enabled"
28+
value = false
29+
}
30+
31+
2632
set {
2733
name = "extraEnvVars[0].name"
2834
value = "TZ"

0 commit comments

Comments
 (0)