Bulat Gafurov

Results 9 issues of Bulat Gafurov

**Is your feature request related to a problem? Please describe.** In my firestore key`type` is number, and I want it to be `unionKey`, but `FreezedUnionValue` accepts only `String`. **Describe the...

enhancement

I tried to run program on linux and macos, but error same ```shell $ slowjam --http 0.0.0.0:9091 stacklog/stacklog.slog F0207 20:07:24.575449 1 slowjam.go:66] parse: failed to parse int on line: "net/http.(*http2Transport).RoundTripOpt(0xc0005fec60,...

I'm creating storage poll with LinstorSatelliteConfiguration in piraeus operator ```yaml --- apiVersion: piraeus.io/v1 kind: LinstorSatelliteConfiguration metadata: name: worker-b-1 spec: nodeSelector: linbit.com/hostname: worker-b-1 storagePools: - name: preallocated-lvm-pool lvmPool: volumeGroup: preallocated-lvm-pool source:...

We already have cloudnative-pg 0.21.2 chart with operator version 1.23.1, in 1.23 added support or ImageCatalog, we need to specify this in cluster chart.

chart( cluster )

Issue - https://github.com/cloudnative-pg/charts/issues/276

### Is this the right place to submit this? - [X] This is not a security vulnerability or a crashing bug - [X] This is not a question about how...

area/networking

Operator supports passing metadata that will be inherited by all resources related to Cluster. Spec - https://github.com/cloudnative-pg/cloudnative-pg/blob/main/api/v1/cluster_types.go#L254

chart( cluster )

Resolves #104 issue

I need wal2json in my application, with default image `cloudnative-pg/postgresql:16.2` I get folowwing error in my application ``` Original Error: *pgconn.PgError ERROR: could not access file "wal2json": No such file...