Skip to content

Commit

Permalink
update csv
Browse files Browse the repository at this point in the history
  • Loading branch information
hoptical committed Jan 19, 2024
1 parent 85b5069 commit 40aa27d
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 28 deletions.
2 changes: 1 addition & 1 deletion config/crd/bases/s3.snappcloud.io_s3buckets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: S3Bucket is the Schema for the s3buckets API
description: S3 Bucket Instance
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
1 change: 1 addition & 0 deletions config/crd/bases/s3.snappcloud.io_s3userclaims.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: S3 User Claim Instance
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
2 changes: 2 additions & 0 deletions config/crd/bases/s3.snappcloud.io_s3users.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ spec:
name: v1alpha1
schema:
openAPIV3Schema:
description: S3 User is created by the S3 User Claim instance. It's applicable
for the the operator user.
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation
Expand Down
59 changes: 32 additions & 27 deletions config/manifests/bases/ceph-s3-operator.clusterserviceversion.yaml

Large diffs are not rendered by default.

0 comments on commit 40aa27d

Please sign in to comment.