Skip to content

Commit

Permalink
DBZ-8206 Changed server config volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
jcechace authored and jpechane committed Sep 12, 2024
1 parent bceeb9e commit 1066b6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class DeploymentDependent extends CRUDKubernetesDependentResource<Deploym
public static final String DEFAULT_IMAGE = "quay.io/debezium/server";
public static final String CONFIG_VOLUME_NAME = "ds-config";
public static final String CONFIG_FILE_NAME = "application.properties";
public static final String CONFIG_DIR_PATH = "/debezium/conf";
public static final String CONFIG_DIR_PATH = "/debezium/config";
public static final String CONFIG_FILE_PATH = CONFIG_DIR_PATH + "/" + CONFIG_FILE_NAME;
public static final String METRICS_VOLUME_NAME = "ds-metrics";
public static final String METRICS_DIR_PATH = "/debezium/metrics";
Expand Down

0 comments on commit 1066b6c

Please sign in to comment.