-
Notifications
You must be signed in to change notification settings - Fork 808
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
[chart] 0.9.6 StorageClass Missing YAML Document Separator #750
Comments
/good-first-issue |
@ayberk: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
I'd like to help with this, I'd be looking to change the Storageclass template, right? |
/assign |
/close |
@ayberk: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/kind bug
What happened?
When using the
storageClasses
field in the helm chart and providing multiple entries, the generated yaml does not include the document separator---
What you expected to happen?
The same yaml is generated with the document separator, so that N resources are created instead of 1.
How to reproduce it (as minimally and precisely as possible)?
Using the following for your values
Anything else we need to know?:
Nope
Environment
kubectl version
): 1.18.9 EKSThe text was updated successfully, but these errors were encountered: