Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSV Change Descriptor of StorageClass From Text to StorageClass #1729

Merged
merged 2 commits into from
Feb 28, 2024

Conversation

neevnuv
Copy link
Contributor

@neevnuv neevnuv commented Feb 25, 2024

SUMMARY

Update only awx-operator.clusterserviceversion.yaml:
Some descriptors for StorageClasses were set as text and not Storage Class:

ISSUE TYPE
  • Bug, Docs Fix or other nominal change
ADDITIONAL INFORMATION

Before:

- displayName: Backup PVC Storage Class
        path: backup_storage_class
        x-descriptors:
        - urn:alm:descriptor:com.tectonic.ui:text
        - urn:alm:descriptor:com.tectonic.ui:advanced

After:

- displayName: Backup PVC Storage Class
        path: backup_storage_class
        x-descriptors:
        - urn:alm:descriptor:io.kubernetes:StorageClass
        - urn:alm:descriptor:com.tectonic.ui:advanced

Update awx-operator.clusterserviceversion.yaml:
Some Descriptors for StorageClasses were set as text and not Storage Class
@fosterseth
Copy link
Member

@neevnuv thanks for your contribution, good change!

@fosterseth fosterseth enabled auto-merge (squash) February 28, 2024 19:09
@fosterseth fosterseth merged commit cf905ca into ansible:devel Feb 28, 2024
6 checks passed
@neevnuv neevnuv deleted the patch-1 branch February 29, 2024 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants