mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-22 06:18:51 +00:00
⚡ Have consistent case style in values.yaml
This commit is contained in:
parent
65bda4e844
commit
5ca90d70ff
@ -12,7 +12,7 @@ import (
|
|||||||
type ScriptingConfig struct {
|
type ScriptingConfig struct {
|
||||||
Env map[string]interface{} `yaml:"env" json:"env"`
|
Env map[string]interface{} `yaml:"env" json:"env"`
|
||||||
Source string `yaml:"source" json:"source" default:""`
|
Source string `yaml:"source" json:"source" default:""`
|
||||||
WatchScripts bool `yaml:"watchScripts" json:"watchScripts" default:"true"`
|
WatchScripts bool `yaml:"watchscripts" json:"watchscripts" default:"true"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (config *ScriptingConfig) GetScripts() (scripts []*misc.Script, err error) {
|
func (config *ScriptingConfig) GetScripts() (scripts []*misc.Script, err error) {
|
||||||
|
@ -70,4 +70,4 @@ license: ""
|
|||||||
scripting:
|
scripting:
|
||||||
env: {}
|
env: {}
|
||||||
source: ""
|
source: ""
|
||||||
watchScripts: true
|
watchscripts: true
|
||||||
|
Loading…
Reference in New Issue
Block a user