Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cmd/postgres-operator/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ func main() {
features := feature.NewGate()
err = features.SetFromMap(map[string]bool{
string(feature.InstanceSidecars): true, // needed for PMM
string(feature.PGBouncerSidecars): true,
string(feature.TablespaceVolumes): true,
})
assertNoError(err)
Expand Down
Loading