Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lieskovsky <[email protected]>
  • Loading branch information
Jan Lieskovsky committed Oct 10, 2018
1 parent 77b3957 commit 166e783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions os-sso72/module.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ envs:
example: "sso-mysql"
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."
- name: "SERVICE_WAIT_RETRY_MESSAGE"
example: "Waiting for the \"${SERVICE_WAIT_NAME}\" service to become available ..."
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."
example: "Waiting for the \"${SERVICE_WAIT_NAME}\" service to become reachable over network ..."
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."
- name: "SERVICE_WAIT_INTRO_MESSAGE"
example: "Ensure a persistent volume is available for the \"${APPLICATION_NAME}-mysql-claim\" or a storage class is set."
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 comments on commit 166e783

Please sign in to comment.