mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
test-e2e: no need to run vaultcomat tests as root (#18215)
6747ef8803 fixes the Nomad client to support using the raw_exec
driver while running as a non-root user. Remove the use of sudo
in the test-e2e workflow for running integration (vaultcompat)
tests.
This commit is contained in:
@@ -78,7 +78,8 @@ type ServerConfig struct {
|
||||
|
||||
// ClientConfig is used to configure the client
|
||||
type ClientConfig struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
Enabled bool `json:"enabled"`
|
||||
TotalCompute int `json:"cpu_total_compute"`
|
||||
}
|
||||
|
||||
// VaultConfig is used to configure Vault
|
||||
|
||||
Reference in New Issue
Block a user