Template the annotations in all resources

This commit is contained in:
M. Mert Yildiran
2023-06-27 03:45:47 +03:00
parent 2d625eccaa
commit 16f1e116c0
14 changed files with 50 additions and 0 deletions

View File

@@ -111,6 +111,7 @@ type TapConfig struct {
PacketCapture string `yaml:"packetcapture" json:"packetcapture" default:"libpcap"`
IgnoreTainted bool `yaml:"ignoretainted" json:"ignoretainted" default:"false"`
Labels map[string]string `yaml:"labels" json:"labels" default:"{}"`
Annotations map[string]string `yaml:"annotations" json:"annotations" default:"{}"`
NodeSelectorTerms []v1.NodeSelectorTerm `yaml:"nodeselectorterms" json:"nodeselectorterms" default:"[]"`
Ingress IngressConfig `yaml:"ingress" json:"ingress"`
Debug bool `yaml:"debug" json:"debug" default:"false"`