Skip to content

Commit acbf5ed

Browse files
committed
CSV updates
1 parent f0efc24 commit acbf5ed

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

api/v1alpha1/groupsync_types.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,12 +239,12 @@ type LdapProvider struct {
239239
CaSecret *SecretRef `json:"caSecret,omitempty"`
240240

241241
// 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"}
243243
// +kubebuilder:validation:Optional
244244
CredentialsSecret *SecretRef `json:"credentialsSecret,omitempty"`
245245

246246
// Insecure specifies whether to allow for unverified certificates to be used when communicating to LDAP
247-
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Ignore SSL Verification",xDescriptors="{urn:alm:descriptor:com.tectonic.ui:booleanSwitch}"
247+
// +operator-sdk:csv:customresourcedefinitions:type=spec,displayName="Ignore SSL Verification",xDescriptors={"urn:alm:descriptor:com.tectonic.ui:booleanSwitch"}
248248
// +kubebuilder:validation:Optional
249249
Insecure bool `json:"insecure,omitempty"`
250250

config/manifests/bases/group-sync-operator.clusterserviceversion.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ metadata:
77
categories: Security
88
certified: "false"
99
containerImage: quay.io/redhat-cop/group-sync-operator:latest
10-
createdAt: "2021-02-13T15:17:25Z"
10+
createdAt: "2021-03-13T11:59:05Z"
1111
description: Synchronize groups and users from external providers
12-
operators.openshift.io/infrastructure-features: '["Disconnected"]'
1312
operatorframework.io/cluster-monitoring: "true"
1413
operatorframework.io/suggested-namespace: group-sync-operator
14+
operators.openshift.io/infrastructure-features: '["Disconnected"]'
1515
operators.operatorframework.io/builder: operator-sdk-v1.2.0
1616
operators.operatorframework.io/project_layout: go.kubebuilder.io/v2
1717
repository: https://github.com/redhat-cop/group-sync-operator
@@ -309,7 +309,7 @@ spec:
309309
displayName: Secret Containing the Credentials
310310
path: providers[0].ldap.credentialsSecret
311311
x-descriptors:
312-
- '{urn:alm:descriptor:io.kubernetes:Secret}'
312+
- urn:alm:descriptor:io.kubernetes:Secret
313313
- description: Key represents the specific key to reference from the secret
314314
displayName: Key within the secret
315315
path: providers[0].ldap.credentialsSecret.key
@@ -332,7 +332,7 @@ spec:
332332
displayName: Ignore SSL Verification
333333
path: providers[0].ldap.insecure
334334
x-descriptors:
335-
- '{urn:alm:descriptor:com.tectonic.ui:booleanSwitch}'
335+
- urn:alm:descriptor:com.tectonic.ui:booleanSwitch
336336
- description: RFC2307Config represents the configuration for a RFC2307 schema
337337
displayName: RFC2307 configuration
338338
path: providers[0].ldap.rfc2307

0 commit comments

Comments
 (0)