hyperledger / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
341 stars 707 forks source link

Incorrect storage class name #2513

Open adityajoshi12 opened 4 months ago

adityajoshi12 commented 4 months ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce

Helm chart bevel-storageclass is creating storage class with incorrect name. Example it should create storage class with name bevel-storageclass-org1-azure-storageclass while the check in the playbook is for the org1 -azure-storageclass.

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

Additional context Add any other context about the problem here.

suvajit-sarkar commented 4 months ago

@adityajoshi12 can you give more details ? also mention the branch.

suvajit-sarkar commented 3 months ago

Kindly use the main branch, until all changes in develop branch is complete.

adityajoshi12 commented 3 months ago

Yes, it was a bug in develop branch