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

tusd deployment does not manage extra volume as other deployment #502

Open
NilsKrattinger opened this issue Sep 16, 2024 · 1 comment
Open

Comments

@NilsKrattinger
Copy link
Contributor

Hi,
It looks like tusd deployment doesn't handle extra-volume through tpl function.
This make extra-volume name extrapolation harder.

This is probaly related to tusd extra volume missing tpl call.

Logs

Values:

  extraVolumes:
      - name: master-data
        persistentVolumeClaim:
           claimName: '{{ template "galaxy.fullname" $ }}-master-data-pvc'

tusd-deployment helm template export :

  - name: master-data
    persistentVolumeClaim:
      claimName: '{{ template "galaxy.fullname" $ }}-master-data-pvc'

web (or other) helm template export:

 - name: master-data
    persistentVolumeClaim:
      claimName: dev01-galaxy-master-data-pvc
@NilsKrattinger
Copy link
Contributor Author

NilsKrattinger commented Sep 16, 2024

I've made a simple correction by adding tpl function but it hasn't been tested yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant