Skip to content

Commit 890df86

Browse files
committed
Resolve the suggestion(s) by Ryan
1 parent 06f216c commit 890df86

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/create-domain-inputs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,5 @@ rcuDatabaseURL: database:1521/service
150150
# The kubernetes secret containing the database credentials
151151
rcuCredentialsSecret: domain1-rcu-credentials
152152

153-
# FMW Infrastcructure Domain Type. It can be JRF or RestrictedJRF
153+
# FMW Infrastructure Domain Type. Legal values are JRF or RestrictedJRF
154154
fmwDomainType: JRF

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wdt/create-domain-script.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,6 @@ function run_wdt {
157157
local domain_home_dir=$domain_dir/$domain_uid
158158
fi
159159

160-
# Skip the line with comment tag #
161160
local domain_type=`egrep 'fmwDomainType:' $inputs_orig | grep -v '#' | awk '{print $2}'`
162161
echo domain_type = $domain_type
163162
echo domain_home_dir = $domain_home_dir

kubernetes/samples/scripts/create-fmw-infrastructure-domain/domain-home-on-pv/wdt/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ if [ "${domain_type}" == "JRF" ]; then
3434
fi
3535

3636
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
3838
fi

0 commit comments

Comments
 (0)