Skip to content

Commit 7a5afa6

Browse files
author
CloudNativePG Automated Updates
committed
chore: sync API
1 parent 955f361 commit 7a5afa6

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

pkg/api/v1/cluster_types.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,11 @@ type ExtensionConfiguration struct {
15561556
// The list of directories inside the image which should be added to ld_library_path.
15571557
// +optional
15581558
LdLibraryPath []string `json:"ld_library_path,omitempty"`
1559+
1560+
// A list of directories within the image to be appended to the
1561+
// PostgreSQL process's `PATH` environment variable.
1562+
// +optional
1563+
BinPath []string `json:"bin_path,omitempty"`
15591564
}
15601565

15611566
// BootstrapConfiguration contains information about how to create the PostgreSQL

pkg/api/v1/zz_generated.deepcopy.go

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)