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
150150# The kubernetes secret containing the database credentials
151151rcuCredentialsSecret : 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
154154fmwDomainType : JRF
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -34,5 +34,5 @@ if [ "${domain_type}" == "JRF" ]; then
3434fi
3535
3636if [ " ${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
3838fi
You can’t perform that action at this time.
0 commit comments