fix: konnectivity extra args override

Co-authored-by: Jason Witkowski <jwitkowski@zscaler.com>
This commit is contained in:
Jason Witkowski
2024-03-04 05:31:10 -05:00
committed by GitHub
parent 4299b72d7f
commit cec4f9136d
5 changed files with 22 additions and 8 deletions

View File

@@ -189,6 +189,9 @@ type ImageOverrideTrait struct {
}
// ExtraArgs allows adding additional arguments to said component.
// WARNING - This option can override existing konnectivity
// parameters and cause konnectivity components to misbehave in
// unxpected ways. Only modify if you know what you are doing.
type ExtraArgs []string
type KonnectivityServerSpec struct {