postgres-operator/pkg/util/constants/postgresql.go

9 lines
188 B
Go

package constants
// PostgreSQL specific constants
const (
DataVolumeName = "pgdata"
PostgresDataMount = "/home/postgres/pgdata"
PostgresDataPath = PostgresDataMount + "/pgroot"
)