Skip to content

Commit

Permalink
Add message for waiting for TLS input resources
Browse files Browse the repository at this point in the history
(cherry picked from commit 240dbde)
  • Loading branch information
abays authored and stuggi committed Sep 4, 2024
1 parent 8b38028 commit 726023d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions modules/common/condition/conditions.go
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,12 @@ const (
// AnsibleEEReadyErrorMessage
AnsibleEEReadyErrorMessage = "AnsibleEE error occurred %s"

//
// TLSInputReady condition messages
//
// TLSInputReadyWaitingMessage - Provides the message to clarify that TLS resources have not been generated yet
TLSInputReadyWaitingMessage = "TLSInput is missing: %s"

// TLSInputErrorMessage - Provides the message when there's error in provision of TLS sources
TLSInputErrorMessage = "TLSInput error occured in TLS sources %s"
)
Expand Down

0 comments on commit 726023d

Please sign in to comment.