minor fix
This commit is contained in:
parent
3fa3ab1ca9
commit
1ce1e0c9e7
|
|
@ -159,7 +159,7 @@ type TeamsAPIConfiguration struct {
|
||||||
PostgresSuperuserTeams []string `json:"postgres_superuser_teams,omitempty"`
|
PostgresSuperuserTeams []string `json:"postgres_superuser_teams,omitempty"`
|
||||||
EnablePostgresTeamCRD bool `json:"enable_postgres_team_crd,omitempty"`
|
EnablePostgresTeamCRD bool `json:"enable_postgres_team_crd,omitempty"`
|
||||||
EnablePostgresTeamCRDSuperusers bool `json:"enable_postgres_team_crd_superusers,omitempty"`
|
EnablePostgresTeamCRDSuperusers bool `json:"enable_postgres_team_crd_superusers,omitempty"`
|
||||||
EnableTeamMemberDeprecation bool `json:"enable_postgres_team_crd_superusers,omitempty"`
|
EnableTeamMemberDeprecation bool `json:"enable_team_member_deprecation,omitempty"`
|
||||||
RoleDeletionSuffix string `json:"role_deletion_suffix,omitempty"`
|
RoleDeletionSuffix string `json:"role_deletion_suffix,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue