Skip to content

Commit c46f250

Browse files
committed
Add secret store choice input
1 parent 4118a4b commit c46f250

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/stackhpc-multinode.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ name: Multinode
2525
options:
2626
- ovn
2727
- ovs
28+
secret_store:
29+
description: Secret store to use as Certificate Authority
30+
type: choice
31+
default: openbao
32+
options:
33+
- openbao
34+
- vault
2835
upgrade:
2936
description: Whether to perform an upgrade
3037
default: none

0 commit comments

Comments
 (0)