feat: add ignored annotations
Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
This commit is contained in:
parent
24bb45cf62
commit
3ecd1e94a0
|
|
@ -181,7 +181,7 @@ type Config struct {
|
|||
EnablePostgresTeamCRDSuperusers bool `name:"enable_postgres_team_crd_superusers" default:"false"`
|
||||
EnableMasterLoadBalancer bool `name:"enable_master_load_balancer" default:"true"`
|
||||
EnableReplicaLoadBalancer bool `name:"enable_replica_load_balancer" default:"false"`
|
||||
IgnoredAnnotations []string `json:"ignored_annotations"`
|
||||
IgnoredAnnotations []string `name:"ignored_annotations"`
|
||||
CustomServiceAnnotations map[string]string `name:"custom_service_annotations"`
|
||||
CustomPodAnnotations map[string]string `name:"custom_pod_annotations"`
|
||||
EnablePodAntiAffinity bool `name:"enable_pod_antiaffinity" default:"false"`
|
||||
|
|
|
|||
Loading…
Reference in New Issue