-
Notifications
You must be signed in to change notification settings - Fork 207
Closed
Description
Seems like a bug when trying to add volumes to the helm chart on the coordinator:
additionalVolumes:
- name: {{ kubernetes_trino__catalog_pvc_name }}
persistentVolumeClaim:
claimName: {{ kubernetes_trino__catalog_pvc_name }}
additionalVolumeMounts:
- name: {{ kubernetes_trino__catalog_pvc_name }}
mountPath: {{ kubernetes_trino__catalog_mount_path }}
readOnly: false
Error from server: failed to create typed patch object (kube-trino/trino-coordinator; apps/v1, Kind=Deployment): .spec.template.spec.containers[name="trino-coordinator"].volumeMounts: duplicate entries for key [mountPath="/etc/trino/catalog"]
This is how it is defined in the default values (the volume is defined on both keys):
additionalVolumes: []
# coordinator.additionalVolumes -- One or more additional volumes to add to the coordinator.
# @raw
# Example:
# ```yaml
# - name: extras
# emptyDir: {}
# ```
additionalVolumeMounts: []
# coordinator.additionalVolumeMounts -- One or more additional volume mounts to add to the coordinator.
# @raw
# Example:
# - name: extras
# mountPath: /usr/share/extras
# readOnly: true
Metadata
Metadata
Assignees
Labels
No labels