Skip to content

Commit 166e783

Browse files
author
Jan Lieskovsky
committed
Update
Signed-off-by: Jan Lieskovsky <[email protected]>
1 parent 77b3957 commit 166e783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

os-sso72/module.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ envs:
3131
example: "sso-mysql"
3232
description: "Name of the OpenShift service, the RH-SSO pod should wait for to become reachable over network, prior starting the RH-SSO server. Not set by default."
3333
- name: "SERVICE_WAIT_RETRY_MESSAGE"
34-
example: "Waiting for the \"${SERVICE_WAIT_NAME}\" service to become available ..."
35-
description: "Message to be displayed in connect-retry loop, in which the RH-SSO pod is waiting for the SERVICE_WAIT_NAME to become reachable over network. Not set by default."
34+
example: "Waiting for the \"${SERVICE_WAIT_NAME}\" service to become reachable over network ..."
35+
description: "Message to be displayed in connect-retry loop, in which the RH-SSO pod is waiting for the SERVICE_WAIT_NAME to become reachable over network. Defaults to 'Waiting for the \"${SERVICE_WAIT_NAME}\" service to become available ....' if the SERVICE_WAIT_NAME variable is set."
3636
- name: "SERVICE_WAIT_INTRO_MESSAGE"
3737
example: "Ensure a persistent volume is available for the \"${APPLICATION_NAME}-mysql-claim\" or a storage class is set."
3838
description: "Message to be displayed prior starting the connect-retry loop, in which the RH-SSO pod is waiting for the SERVICE_WAIT_NAME to become reachable over network. Typically describes additional requirements in order the connect-retry loop of the RH-SSO pod successfully to finish. Not set by default."

0 commit comments

Comments
 (0)