File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
kubernetes/samples/scripts/common Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -262,6 +262,12 @@ function createFiles {
262
262
exposeAdminNodePortPrefix=" ${disabledPrefix} "
263
263
fi
264
264
265
+ if [ " ${istioEnabled} " == " true" ]; then
266
+ istioPrefix=" ${enabledPrefix} "
267
+ else
268
+ istioPrefix=" ${disabledPrefix} "
269
+ fi
270
+
265
271
# For some parameters, use the default value if not defined.
266
272
if [ -z " ${domainPVMountPath} " ]; then
267
273
domainPVMountPath=" /shared"
@@ -401,12 +407,6 @@ function createFiles {
401
407
logHomeOnPV=true
402
408
fi
403
409
404
- if [ " ${istioEnabled} " == " true" ]; then
405
- istioPrefix=" ${enabledPrefix} "
406
- else
407
- istioPrefix=" ${disabledPrefix} "
408
- fi
409
-
410
410
# Generate the yaml file for creating the domain resource
411
411
echo Generating ${dcrOutput}
412
412
You can’t perform that action at this time.
0 commit comments