mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-09-19 14:34:27 +00:00
change wording of TLS config loaded success messages
This commit is contained in:
@@ -410,7 +410,7 @@ func TestGitHubIDPPhaseAndConditions_Parallel(t *testing.T) {
|
||||
Type: "TLSConfigurationValid",
|
||||
Status: metav1.ConditionTrue,
|
||||
Reason: "Success",
|
||||
Message: "spec.githubAPI.tls is valid: no TLS configuration provided",
|
||||
Message: "spec.githubAPI.tls is valid: no TLS configuration provided: using default root CA bundle from container image",
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -479,7 +479,7 @@ func TestGitHubIDPPhaseAndConditions_Parallel(t *testing.T) {
|
||||
Type: "TLSConfigurationValid",
|
||||
Status: metav1.ConditionTrue,
|
||||
Reason: "Success",
|
||||
Message: `spec.githubAPI.tls is valid: no TLS configuration provided`,
|
||||
Message: `spec.githubAPI.tls is valid: no TLS configuration provided: using default root CA bundle from container image`,
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -686,7 +686,7 @@ func TestGitHubIDPSecretInOtherNamespace_Parallel(t *testing.T) {
|
||||
Type: "TLSConfigurationValid",
|
||||
Status: metav1.ConditionTrue,
|
||||
Reason: "Success",
|
||||
Message: "spec.githubAPI.tls is valid: no TLS configuration provided",
|
||||
Message: "spec.githubAPI.tls is valid: no TLS configuration provided: using default root CA bundle from container image",
|
||||
},
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user