Skip to content
This repository was archived by the owner on Feb 16, 2024. It is now read-only.

Commit a98f4f2

Browse files
committed
Add minioAdminPassword parameter to stack dual-hive-hdfs-s3 (#270)
## Description Currently the stack `dual-hive-hdfs-s3` cannot be installed, as it requires the minioAdminPassword to be defined, but this is not defined as parameter for this stack.
1 parent 02ce0fc commit a98f4f2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

stacks/stacks-v2.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,10 @@ stacks:
321321
- plainYaml: https://raw.githubusercontent.com/stackabletech/stackablectl/main/stacks/dual-hive-hdfs-s3/hdfs.yaml
322322
- plainYaml: https://raw.githubusercontent.com/stackabletech/stackablectl/main/stacks/dual-hive-hdfs-s3/hive.yaml
323323
- plainYaml: https://raw.githubusercontent.com/stackabletech/stackablectl/main/stacks/dual-hive-hdfs-s3/trino.yaml
324-
parameters: []
324+
parameters:
325+
- name: minioAdminPassword
326+
description: Password of the Minio admin user
327+
default: adminadmin
325328
tutorial-openldap:
326329
description: >-
327330
An OpenLDAP instance with two users (alice:alice, bob:bob) and TLS enabled.

0 commit comments

Comments
 (0)