mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-22 06:18:51 +00:00
This commit is contained in:
parent
2e5cf13b3f
commit
83b657472b
@ -27,7 +27,7 @@ type ConfigStruct struct {
|
|||||||
Logs configStructs.LogsConfig `yaml:"logs"`
|
Logs configStructs.LogsConfig `yaml:"logs"`
|
||||||
Auth configStructs.AuthConfig `yaml:"auth"`
|
Auth configStructs.AuthConfig `yaml:"auth"`
|
||||||
Config configStructs.ConfigConfig `yaml:"config,omitempty"`
|
Config configStructs.ConfigConfig `yaml:"config,omitempty"`
|
||||||
AgentImage string `yaml:"agent-image,omitempty"`
|
AgentImage string `yaml:"agent-image,omitempty" readonly:""`
|
||||||
KratosImage string `yaml:"kratos-image,omitempty" readonly:""`
|
KratosImage string `yaml:"kratos-image,omitempty" readonly:""`
|
||||||
KetoImage string `yaml:"keto-image,omitempty" readonly:""`
|
KetoImage string `yaml:"keto-image,omitempty" readonly:""`
|
||||||
ImagePullPolicyStr string `yaml:"image-pull-policy" default:"Always"`
|
ImagePullPolicyStr string `yaml:"image-pull-policy" default:"Always"`
|
||||||
|
Loading…
Reference in New Issue
Block a user