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 cccb32b commit ea00a68Copy full SHA for ea00a68
1 file changed
internal/deployer/config.go
@@ -8,6 +8,7 @@ import (
8
"github.com/stackrox/roxie/internal/types"
9
)
10
11
+// This is the self-contained configuration for deployments.
12
type Config struct {
13
Roxie RoxieConfig `yaml:"roxie"`
14
Operator OperatorConfig `yaml:"operator"`
0 commit comments