Skip to content

CSV Change Descriptor of StorageClass From Text to StorageClass#1729

Merged
fosterseth merged 2 commits intoansible:develfrom
neevnuv:patch-1
Feb 28, 2024
Merged

CSV Change Descriptor of StorageClass From Text to StorageClass#1729
fosterseth merged 2 commits intoansible:develfrom
neevnuv:patch-1

Conversation

@neevnuv
Copy link
Copy Markdown
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
Copy Markdown
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
@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