You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1alpha1/groupsync_types.go
+2-2
Original file line number
Diff line number
Diff line change
@@ -239,12 +239,12 @@ type LdapProvider struct {
239
239
CaSecret*SecretRef`json:"caSecret,omitempty"`
240
240
241
241
// CredentialsSecret is a reference to a secret containing authentication details for communicating to LDAP
242
-
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Secret Containing the Credentials",xDescriptors="{urn:alm:descriptor:io.kubernetes:Secret}"
242
+
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Secret Containing the Credentials",xDescriptors={"urn:alm:descriptor:io.kubernetes:Secret"}
0 commit comments