We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdce858 commit 05e8429Copy full SHA for 05e8429
kubernetes/internal/create-weblogic-domain.sh
@@ -354,7 +354,8 @@ function initialize {
354
apacheInput="${scriptDir}/weblogic-domain-apache-template.yaml"
355
if [ ! -f ${apacheInput} ]; then
356
validationError "The template file ${apacheInput} for generating the apache-webtier deployment was not found"
357
-
+ fi
358
+
359
voyagerInput="${scriptDir}/voyager-ingress-template.yaml"
360
if [ ! -f ${voyagerInput} ]; then
361
validationError "The template file ${voyagerInput} for generating the Voyager Ingress was not found"
0 commit comments