diff --git a/templates/deployment.yaml b/templates/deployment.yaml index 691bb5e..d344808 100644 --- a/templates/deployment.yaml +++ b/templates/deployment.yaml @@ -67,5 +67,5 @@ spec: volumes: - name: data persistentVolumeClaim: - claimName: drone + claimName: {{ include "drone.fullname" . }} {{- end }} \ No newline at end of file