We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, It looks like tusd deployment doesn't handle extra-volume through tpl function. This make extra-volume name extrapolation harder.
tpl
This is probaly related to tusd extra volume missing tpl call.
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
The text was updated successfully, but these errors were encountered:
I've made a simple correction by adding tpl function but it hasn't been tested yet.
Sorry, something went wrong.
No branches or pull requests
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:
tusd-deployment helm template export :
web (or other) helm template export:
The text was updated successfully, but these errors were encountered: