Skip to content

Commit

Permalink
bundle: Add CRDs for EncryptionKeyRotation
Browse files Browse the repository at this point in the history
This PR adds the EncryptionKeyRotation CRDs to
the bundle's CSV.

Signed-off-by: Niraj Yadav <[email protected]>
  • Loading branch information
black-dragon74 committed Sep 12, 2024
1 parent 9f416da commit c0f75c0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions config/manifests/bases/clusterserviceversion.yaml.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ spec:
kind: ReclaimSpaceJob
name: reclaimspacejobs.csiaddons.openshift.io
version: v1alpha1
- description: EncryptionKeyRotationCronJob is the Schema for the encryptionkeyrotationcronjobs API
displayName: EncryptionKeyRotation CronJob
kind: EncryptionKeyRotationCronJob
name: encryptionkeyrotationcronjobs.csiaddons.openshift.io
version: v1alpha1
- description: EncryptionKeyRotationJob is the Schema for the encryptionkeyrotationjobs API
displayName: EncryptionKeyRotation Job
kind: EncryptionKeyRotationJob
name: encryptionkeyrotationjobs.csiaddons.openshift.io
version: v1alpha1
- description: VolumeReplicationClass is the Schema for the volumereplicationclasses API
displayName: Volume Replication Class
kind: VolumeReplicationClass
Expand Down

0 comments on commit c0f75c0

Please sign in to comment.