File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -150,5 +150,5 @@ rcuDatabaseURL: database:1521/service
150
150
# The kubernetes secret containing the database credentials
151
151
rcuCredentialsSecret : domain1-rcu-credentials
152
152
153
- # FMW Infrastcructure Domain Type. It can be JRF or RestrictedJRF
153
+ # FMW Infrastructure Domain Type. Legal values are JRF or RestrictedJRF
154
154
fmwDomainType : JRF
Original file line number Diff line number Diff line change @@ -157,7 +157,6 @@ function run_wdt {
157
157
local domain_home_dir=$domain_dir /$domain_uid
158
158
fi
159
159
160
- # Skip the line with comment tag #
161
160
local domain_type=` egrep ' fmwDomainType:' $inputs_orig | grep -v ' #' | awk ' {print $2}' `
162
161
echo domain_type = $domain_type
163
162
echo domain_home_dir = $domain_home_dir
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ if [ "${domain_type}" == "JRF" ]; then
34
34
fi
35
35
36
36
if [ " ${domain_type} " == " RestrictedJRF" ]; then
37
- cp ${externalFilesTmpDir} /wdt_model_restricted_jrf_configured.yaml ${externalFilesTmpDir} /wdt_model.yaml
37
+ cp ${externalFilesTmpDir} /wdt_model_restricted_jrf_configured.yaml ${externalFilesTmpDir} /wdt_model.yaml
38
38
fi
You can’t perform that action at this time.
0 commit comments