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

[BUG][OpenSearch] Incorrect indentation for extraVolumeMounts in statefulset.yaml #65

Closed
sastorsl opened this issue Sep 25, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@sastorsl
Copy link
Contributor

Describe the bug
The Stateful Set template specifies an incorrect indentation of 10 for extraVolumeMounts. The correct value should be 8.

To Reproduce
Steps to reproduce the behavior:

Specify values for the extraVolumeMounts stanza in the values.yaml file for the OpenSearch chart. For example,

extraVolumeMounts example
extraVolumeMounts:
- name: extras
  mountPath: /usr/share/extras
  readOnly: true

Expected behavior
The chart should install.

Chart Name
opensearch

Screenshots
N/A

Host/Environment (please complete the following information):
Helm Version: 3.7.0
Kubernetes Version: 1.21.5

Additional context
Will update PR #63

@sastorsl sastorsl added bug Something isn't working untriaged Issues that have not yet been triaged labels Sep 25, 2021
@sastorsl
Copy link
Contributor Author

Related to #52 and #64

@sastorsl
Copy link
Contributor Author

@TheAlgo I think this can be closed now.

@TheAlgo
Copy link
Member

TheAlgo commented Oct 22, 2021

@sastorsl Thanks for confirming. I will close it,

@TheAlgo TheAlgo closed this as completed Oct 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants