Split streaming config from runtime config
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -22,6 +22,6 @@ import (
|
||||
"context"
|
||||
)
|
||||
|
||||
func ValidateEnableUnprivileged(ctx context.Context, c *PluginConfig) error {
|
||||
func ValidateEnableUnprivileged(ctx context.Context, c *RuntimeConfig) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user