File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -381,6 +381,7 @@ function createYamlFiles {
381
381
cp ${dcrInput} ${dcrOutput}
382
382
sed -i -e " s:%NAMESPACE%:$namespace :g" ${dcrOutput}
383
383
sed -i -e " s:%WEBLOGIC_CREDENTIALS_SECRET_NAME%:${weblogicCredentialsSecretName} :g" ${dcrOutput}
384
+ sed -i -e " s:%WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%:${imagePullSecretPrefix} :g" ${dcrOutput}
384
385
sed -i -e " s:%DOMAIN_UID%:${domainUID} :g" ${dcrOutput}
385
386
sed -i -e " s:%DOMAIN_NAME%:${domainName} :g" ${dcrOutput}
386
387
sed -i -e " s:%DOMAIN_HOME%:${domainHome} :g" ${dcrOutput}
Original file line number Diff line number Diff line change 30
30
# imagePullPolicy defaults to "Always" if image version is :latest
31
31
imagePullPolicy : " %WEBLOGIC_IMAGE_PULL_POLICY%"
32
32
# Identify which Secret contains the credentials for pulling an image
33
- imagePullSecrets :
34
- - name : %WEBLOGIC_IMAGE_PULL_SECRET_NAME%
33
+ %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% imagePullSecrets:
34
+ %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% - name: %WEBLOGIC_IMAGE_PULL_SECRET_NAME%
35
35
# Identify which Secret contains the WebLogic Admin credentials (note that there is an example of
36
36
# how to create that Secret at the end of this file)
37
37
adminSecret :
You can’t perform that action at this time.
0 commit comments