Skip to content

Commit 5148e9a

Browse files
committed
feat: allow to overwrite postgres binaries
1 parent e68dc7a commit 5148e9a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • stackgres-k8s/src/operator/src/main/java/io/stackgres/operator/conciliation/factory/cluster/patroni

stackgres-k8s/src/operator/src/main/java/io/stackgres/operator/conciliation/factory/cluster/patroni/PatroniConfigMap.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
package io.stackgres.operator.conciliation.factory.cluster.patroni;
77

8-
import static io.stackgres.common.StackGresUtil.getPostgresFlavorComponent;
9-
108
import java.util.HashMap;
119
import java.util.List;
1210
import java.util.Map;
@@ -99,8 +97,6 @@ public static String name(ClusterContext clusterContext) {
9997

10098
public @NotNull ConfigMap buildSource(StackGresClusterContext context) {
10199
final StackGresCluster cluster = context.getSource();
102-
final String pgVersion = getPostgresFlavorComponent(cluster).get(cluster).getVersion(
103-
cluster.getSpec().getPostgres().getVersion());
104100

105101
Map<String, String> data = new HashMap<>();
106102
data.put("PATRONI_CONFIG_FILE", ClusterPath.PATRONI_CONFIG_FILE_PATH.path());

0 commit comments

Comments
 (0)