We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4118a4b commit c46f250Copy full SHA for c46f250
.github/workflows/stackhpc-multinode.yml
@@ -25,6 +25,13 @@ name: Multinode
25
options:
26
- ovn
27
- 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
35
upgrade:
36
description: Whether to perform an upgrade
37
default: none
0 commit comments