Skip to content

Commit f298cab

Browse files
committed
Merge branch 'include-domain-bin' into 'main'
Include domain bin contents for all targets See merge request weblogic-cloud/weblogic-deploy-tooling!1732
2 parents 20dc06a + 38effef commit f298cab

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

core/src/main/targetconfigs/vz-dii/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"validation_method" : "lax",
1212
"product_key": "vz",
1313
"domain_home_source_type" : "dii",
14-
"exclude_domain_bin_contents": true,
14+
"exclude_domain_bin_contents": false,
1515
"additional_output" : "vz-application.yaml"
1616
}

core/src/main/targetconfigs/vz-pv/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"validation_method" : "lax",
1212
"product_key": "vz",
1313
"domain_home_source_type" : "pv",
14-
"exclude_domain_bin_contents": true,
14+
"exclude_domain_bin_contents": false,
1515
"use_persistent_volume" : true,
1616
"additional_output" : "vz-application.yaml"
1717
}

core/src/main/targetconfigs/vz/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"product_key": "vz",
1414
"domain_home_source_type" : "mii",
1515
"credentials_method" : "secrets",
16-
"exclude_domain_bin_contents": true,
16+
"exclude_domain_bin_contents": false,
1717
"wls_credentials_name" : "__weblogic-credentials__",
1818
"additional_secrets": "runtime-encryption-secret",
1919
"additional_output" : "vz-application.yaml"

core/src/main/targetconfigs/wko3-dii/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"variable_injectors" : ["port", "host", "url"],
1111
"validation_method" : "lax",
1212
"domain_home_source_type" : "dii",
13-
"exclude_domain_bin_contents": true,
13+
"exclude_domain_bin_contents": false,
1414
"additional_output" : "wko-domain.yaml"
1515
}

core/src/main/targetconfigs/wko3-pv/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"variable_injectors" : ["port", "host", "url"],
1111
"validation_method" : "lax",
1212
"domain_home_source_type" : "pv",
13-
"exclude_domain_bin_contents": true,
13+
"exclude_domain_bin_contents": false,
1414
"use_persistent_volume" : true,
1515
"additional_output" : "wko-domain.yaml"
1616
}

core/src/main/targetconfigs/wko3/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"validation_method" : "lax",
1313
"domain_home_source_type" : "mii",
1414
"credentials_method" : "secrets",
15-
"exclude_domain_bin_contents": true,
15+
"exclude_domain_bin_contents": false,
1616
"wls_credentials_name" : "__weblogic-credentials__",
1717
"additional_secrets": "runtime-encryption-secret",
1818
"additional_output" : "wko-domain.yaml"

core/src/main/targetconfigs/wko4-dii/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"variable_injectors" : ["port", "host", "url"],
1111
"validation_method" : "lax",
1212
"domain_home_source_type" : "dii",
13-
"exclude_domain_bin_contents": true,
13+
"exclude_domain_bin_contents": false,
1414
"product_version" : "v4",
1515
"additional_output" : "wko-domain.yaml"
1616
}

core/src/main/targetconfigs/wko4-pv/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"variable_injectors" : ["port", "host", "url"],
1111
"validation_method" : "lax",
1212
"domain_home_source_type" : "pv",
13-
"exclude_domain_bin_contents": true,
13+
"exclude_domain_bin_contents": false,
1414
"use_persistent_volume" : true,
1515
"product_version" : "v4",
1616
"additional_output" : "wko-domain.yaml"

core/src/main/targetconfigs/wko4/target.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"validation_method" : "lax",
1212
"domain_home_source_type" : "mii",
1313
"credentials_method" : "secrets",
14-
"exclude_domain_bin_contents": true,
14+
"exclude_domain_bin_contents": false,
1515
"product_version" : "v4",
1616
"wls_credentials_name" : "__weblogic-credentials__",
1717
"additional_secrets": "runtime-encryption-secret",

0 commit comments

Comments
 (0)