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 806287e commit 42fba60Copy full SHA for 42fba60
kubernetes/samples/scripts/common/utility.sh
@@ -1,5 +1,5 @@
1
#!/usr/bin/env bash
2
-# Copyright 2018, Oracle Corporation and/or its affiliates. All rights reserved.
+# Copyright 2018, 2019, Oracle Corporation and/or its affiliates. All rights reserved.
3
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
4
5
#
@@ -463,7 +463,7 @@ function createDomain {
463
validateDomainSecret
464
465
# Validate the domain's persistent volume claim
466
- if [ "$doValidation" == true ]; then
+ if [ "${doValidation}" == true ] && [ "${domainHomeInImage}" == false -o "${logHomeOnPV}" == true ]; then
467
validateDomainPVC
468
fi
469
0 commit comments