@@ -29,12 +29,12 @@ kubernetes:
2929 imagePullPolicy : " %WEBLOGIC_IMAGE_PULL_POLICY%"
3030
3131 # Identify which Secret contains the credentials for pulling an image
32- %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
32+ %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX%imagePullSecrets:
3333 %WEBLOGIC_IMAGE_PULL_SECRET_PREFIX% "%WEBLOGIC_IMAGE_PULL_SECRET_NAME%":
3434
3535 # Identify which Secret contains the WebLogic Admin credentials (note that there is an example of
3636 # how to create that Secret at the end of this file)
37- webLogicCredentialsSecret :
37+ webLogicCredentialsSecret :
3838 name : ' %WEBLOGIC_CREDENTIALS_SECRET_NAME%'
3939
4040 # Whether to include the server out file into the pod's stdout, default is true
@@ -86,10 +86,10 @@ kubernetes:
8686 %EXPOSE_ANY_CHANNEL_PREFIX%adminService:
8787 %EXPOSE_ANY_CHANNEL_PREFIX% channels:
8888 # The Admin Server's NodePort
89- %EXPOSE_ANY_CHANNEL_PREFIX% default:
90- %EXPOSE_ADMIN_PORT_PREFIX% nodePort: %ADMIN_NODE_PORT%
89+ %EXPOSE_ANY_CHANNEL_PREFIX% - channelName: default
90+ %EXPOSE_ADMIN_PORT_PREFIX% nodePort: %ADMIN_NODE_PORT%
9191 # Uncomment to export the T3Channel as a service
92- %EXPOSE_T3_CHANNEL_PREFIX% T3Channel:
92+ %EXPOSE_T3_CHANNEL_PREFIX% - channelName: T3Channel
9393
9494 # clusters is used to configure the desired behavior for starting member servers of a cluster.
9595 # If you use this entry, then the rules will be applied to ALL servers that are members of the named clusters.
0 commit comments