Skip to content

Commit

Permalink
csv: Fix file_storage_access_mode enum
Browse files Browse the repository at this point in the history
When using the UI, there's only the ReadWriteMany value available for the
file_storage_access_mode parameter.
ReadWriteOnce is also an available option.

https://github.com/pulp/pulp-operator/blob/ansible/config/crd/bases/pulpproject_v1beta1_pulp_crd.yaml#L159-L165

[noissue]

Signed-off-by: Dimitri Savineau <[email protected]>
  • Loading branch information
dsavineau authored and ipanova committed May 5, 2023
1 parent ea4fc17 commit f07fead
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions bundle/manifests/pulp-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:storage_type:File
- urn:alm:descriptor:com.tectonic.ui:select:ReadWriteMany
- urn:alm:descriptor:com.tectonic.ui:select:ReadWriteOnce
- displayName: File storage size
path: file_storage_size
x-descriptors:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@ spec:
x-descriptors:
- urn:alm:descriptor:com.tectonic.ui:fieldDependency:storage_type:File
- urn:alm:descriptor:com.tectonic.ui:select:ReadWriteMany
- urn:alm:descriptor:com.tectonic.ui:select:ReadWriteOnce
- displayName: File storage size
path: file_storage_size
x-descriptors:
Expand Down

0 comments on commit f07fead

Please sign in to comment.