mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-12 12:49:57 +00:00
🔨 Add tap.auth.dexOidc.bypassSslCaCheck
flag (#1737)
* 🔨 Add `tap.auth.dexOidc.bypassSslCaCheck` flag * 📝 Update docs for Dex SSL CA bypass * 🔨 Bring back deleted Dex node-selector-terms
This commit is contained in:
committed by
GitHub
parent
a914733078
commit
a6eabbbdee
@@ -138,6 +138,7 @@ type NodeSelectorTermsConfig struct {
|
||||
Hub []v1.NodeSelectorTerm `yaml:"hub" json:"hub" default:"[]"`
|
||||
Workers []v1.NodeSelectorTerm `yaml:"workers" json:"workers" default:"[]"`
|
||||
Front []v1.NodeSelectorTerm `yaml:"front" json:"front" default:"[]"`
|
||||
Dex []v1.NodeSelectorTerm `yaml:"dex" json:"dex" default:"[]"`
|
||||
}
|
||||
|
||||
type TolerationsConfig struct {
|
||||
|
Reference in New Issue
Block a user