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

extraVolumeMounts does not support subPath #103

Open
bentatham opened this issue Aug 15, 2024 · 0 comments
Open

extraVolumeMounts does not support subPath #103

bentatham opened this issue Aug 15, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@bentatham
Copy link

The deployment's extraVolumeMounts does not support subPath attribute from helm values. Instead, it explicitly only unpackets:

            {{- range .Values.extraVolumeMounts }}
            - name: {{ .name }}
              mountPath: {{ .mountPath }}
              readOnly: {{ .readOnly }}
            {{- end }}

This should likely include the yaml as is from the values, as is done for extraVolumes.

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